menu
afib_signin package
documentation
afsi_flutter.dart
AFSIConnectedScreen<TSPI extends AFScreenStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam>, AFFunctionalTheme>, TStateView extends AFFlexibleStateView, TRouteParam extends AFRouteParam>
buildWithSPI abstract method
buildWithSPI abstract method
dark_mode
light_mode
buildWithSPI
abstract method
Widget
buildWithSPI
(
TSPI
spi
)
inherited
Builds a Widget using the data extracted from the state.
Implementation
material.Widget buildWithSPI(TSPI spi);
afib_signin package
documentation
afsi_flutter
AFSIConnectedScreen<TSPI extends AFScreenStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam>, AFFunctionalTheme>, TStateView extends AFFlexibleStateView, TRouteParam extends AFRouteParam>
buildWithSPI abstract method
AFSIConnectedScreen class