menu
fast_app_base package
documentation
common/common.dart
VxWidgetsExtension
errorWidget method
errorWidget method
dark_mode
light_mode
errorWidget
method
Widget
errorWidget
(
Object
ex
)
Widget to show exception
Implementation
Widget errorWidget(Object ex) => ErrorWidget(ex);
fast_app_base package
documentation
common/common
VxWidgetsExtension
errorWidget method
VxWidgetsExtension extension on
Widget