menu
pukaad_ui_lib package
documentation
widgets/common/state_widgets.dart
EmptyState
EmptyState.new const constructor
EmptyState.new const constructor
dark_mode
light_mode
EmptyState
constructor
const
EmptyState
(
{
Key
?
key
,
required
String
message
,
String
?
icon
,
})
Implementation
const EmptyState({super.key, required this.message, this.icon});
pukaad_ui_lib package
documentation
widgets/common/state_widgets
EmptyState
EmptyState.new const constructor
EmptyState class