view/app_state library
Classes
-
AppState<
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.
Mixins
- Supply the Global Navigator and all its methods.
Functions
-
defaultErrorWidgetBuilder(
FlutterErrorDetails details, {ParagraphStyle? paragraphStyle, TextStyle? textStyle, EdgeInsets? padding, double? minimumWidth, Color? backgroundColor, CustomPainter? customPainter, bool? stackTrace}) → Widget - Supply a customized Error Widget.