menu
fluttery_framework package
documentation
view.dart
InheritedStateX<T extends StatefulWidget, U extends InheritedWidget>
inheritedType property
inheritedType property
dark_mode
light_mode
inheritedType
property
Type
get
inheritedType
Return the 'type' of InheritedWidget
Implementation
Type get inheritedType => U;
fluttery_framework package
documentation
view
InheritedStateX<T extends StatefulWidget, U extends InheritedWidget>
inheritedType property
InheritedStateX class