menu
sharing package
documentation
widget/pages/page_empty_data_widget.dart
EmptyUIPageWidget
EmptyUIPageWidget const constructor
EmptyUIPageWidget const constructor
dark_mode
light_mode
EmptyUIPageWidget
constructor
const
EmptyUIPageWidget
(
{
Key
?
key
,
String
?
msg
,
})
Implementation
const EmptyUIPageWidget({Key? key, this.msg}) : super(key: key);
sharing package
documentation
widget/pages/page_empty_data_widget
EmptyUIPageWidget
EmptyUIPageWidget const constructor
EmptyUIPageWidget class