menu
scobro_foundation_flutter package
documentation
widgets/containers/loadable_state_container_v2.dart
LoadableStateContainerOptions
LoadableStateContainerOptions.new const constructor
LoadableStateContainerOptions.new const constructor
dark_mode
light_mode
LoadableStateContainerOptions
constructor
const
LoadableStateContainerOptions
(
{
String
nullStateMessage
=
"No data"
,
bool
isLoading
=
false
,
})
Implementation
const LoadableStateContainerOptions( {this.nullStateMessage = "No data", this.isLoading = false});
scobro_foundation_flutter package
documentation
widgets/containers/loadable_state_container_v2
LoadableStateContainerOptions
LoadableStateContainerOptions.new const constructor
LoadableStateContainerOptions class