menu
fast_app package
documentation
ui/fast_app_ui.dart
FastEmptyView
FastEmptyView const constructor
FastEmptyView const constructor
dark_mode
light_mode
FastEmptyView
constructor
const
FastEmptyView
(
{
Key
?
key
,
double
width
=
200
,
double
height
=
200
,
})
Implementation
const FastEmptyView({ Key? key, this.width = 200, this.height = 200, }) : super(key: key);
fast_app package
documentation
ui/fast_app_ui
FastEmptyView
FastEmptyView const constructor
FastEmptyView class