menu
inspireui package
documentation
widgets/deferred_widget.dart
DeferredLoadingPlaceholder
DeferredLoadingPlaceholder const constructor
DeferredLoadingPlaceholder const constructor
dark_mode
light_mode
DeferredLoadingPlaceholder
constructor
const
DeferredLoadingPlaceholder
(
{
Key
?
key
,
String
name
=
'This widget'
,
})
Implementation
const DeferredLoadingPlaceholder({ super.key, this.name = 'This widget', });
inspireui package
documentation
widgets/deferred_widget
DeferredLoadingPlaceholder
DeferredLoadingPlaceholder const constructor
DeferredLoadingPlaceholder class