menu
afib package
documentation
afib_flutter.dart
AFConnectedUIBase<TState extends AFComponentState, TTheme extends AFFunctionalTheme, TStateView extends AFFlexibleStateView, TRouteParam extends AFRouteParam, TSPI extends AFStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam>, AFFunctionalTheme>>
routeEntryExists method
routeEntryExists method
dark_mode
light_mode
routeEntryExists
method
bool
routeEntryExists
(
AFState
state
)
Implementation
bool routeEntryExists(AFState state) { return true; }
afib package
documentation
afib_flutter
AFConnectedUIBase<TState extends AFComponentState, TTheme extends AFFunctionalTheme, TStateView extends AFFlexibleStateView, TRouteParam extends AFRouteParam, TSPI extends AFStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam>, AFFunctionalTheme>>
routeEntryExists method
AFConnectedUIBase class