menu
flutter_compose_ui_modifiers package
documentation
other/m_nodata.dart
MNoData
MNoData.new const constructor
MNoData.new const constructor
dark_mode
light_mode
MNoData
constructor
const
MNoData
(
Future
<
void
>
onPressed
()?, {
String
?
noDataText
,
Widget
?
noDataImage
,
double
?
topSpace
,
Key
?
key
,
})
Implementation
const MNoData( this.onPressed, { this.noDataText, this.noDataImage, this.topSpace, super.key, });
flutter_compose_ui_modifiers package
documentation
other/m_nodata
MNoData
MNoData.new const constructor
MNoData class