menu
save_points_chart package
documentation
widgets/show_empty_or_widget.dart
ShowEmptyOrWidget
ShowEmptyOrWidget.new const constructor
ShowEmptyOrWidget.new const constructor
dark_mode
light_mode
ShowEmptyOrWidget
constructor
const
ShowEmptyOrWidget
(
{
Key
?
key
,
required
bool
showWidget
,
required
Widget
widget
,
})
Implementation
const ShowEmptyOrWidget({ super.key, required this.showWidget, required this.widget, });
save_points_chart package
documentation
widgets/show_empty_or_widget
ShowEmptyOrWidget
ShowEmptyOrWidget.new const constructor
ShowEmptyOrWidget class