isBigWidget property
isBigWidget is a boolean that holds the state of the widget. If true, the widget is big, else it is small.
Implementation
final bool isBigWidget;
isBigWidget is a boolean that holds the state of the widget. If true, the widget is big, else it is small.
final bool isBigWidget;