menu
fluttery_framework package
documentation
view.dart
InheritedStateX<T extends StatefulWidget, U extends InheritedWidget>
isEndState property
isEndState property
dark_mode
light_mode
isEndState
property
bool
get
isEndState
inherited
This is the 'latest' State being viewed by the App.
Implementation
bool get isEndState => this == endState;
fluttery_framework package
documentation
view
InheritedStateX<T extends StatefulWidget, U extends InheritedWidget>
isEndState property
InheritedStateX class