view/app_statex library

Classes

AppStateX<T extends StatefulWidget> Get started StateX class AppState class Error handling
The View for the app. The 'look and feel' for the whole app.
StateX<T extends StatefulWidget> Get started StateX class Testing
The extension of the State class.

Functions

defaultAppUnknownRoute(RouteSettings settings) Route?
defaultErrorWidgetBuilder(FlutterErrorDetails details, {ParagraphStyle? paragraphStyle, TextStyle? textStyle, EdgeInsets? padding, double? minimumWidth, Color? backgroundColor, CustomPainter? customPainter, bool? stackTrace}) Widget

Typedefs

BooleanFunctionIndicatorCallback = bool? Function()
Signature for the common boolean Function implementations.
ReturnRouteFunctionType = Route Function(WidgetBuilder builder, RouteSettings settings)
A function that returns a specific type