menu
fluttery_framework package
documentation
view/app_state.dart
StateX<T extends StatefulWidget>
isLastState property
isLastState property
dark_mode
light_mode
isLastState
property
bool
get
isLastState
inherited
This is the 'latest' State being viewed by the App.
Implementation
bool get isLastState => this == lastState;
fluttery_framework package
documentation
view/app_state
StateX<T extends StatefulWidget>
isLastState property
StateX class