menu
flutterflow_paginate_firestore package
documentation
widgets/error_display.dart
ErrorDisplay
ErrorDisplay const constructor
ErrorDisplay const constructor
dark_mode
light_mode
ErrorDisplay
constructor
const
ErrorDisplay
(
{
Key
?
key
,
required
Exception
exception
,
})
Implementation
const ErrorDisplay({Key? key, required this.exception}) : super(key: key);
flutterflow_paginate_firestore package
documentation
widgets/error_display
ErrorDisplay
ErrorDisplay const constructor
ErrorDisplay class