menu
triade 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({ Key? key, this.name = 'This widget', }) : super(key: key);
triade package
documentation
widgets/deferred_widget
DeferredLoadingPlaceholder
DeferredLoadingPlaceholder const constructor
DeferredLoadingPlaceholder class