bramvbilsen/Flutter-Quiz-Preview-App

NullPointerException

ManuchekhrT opened this issue · 1 comments

The getter value was called on null in question_text.dart in this line of code style: new TextStyle(fontSize: _fontSizeAnimation.value * 15),

DJN1 commented

What does the rest of your question_text.dart file look like?