menu
fastyle_dart package
documentation
ui/widgets/base/container.widget.dart
FastEmptyContainer
FastEmptyContainer const constructor
FastEmptyContainer const constructor
dark_mode
light_mode
FastEmptyContainer
constructor
const
FastEmptyContainer
(
{
Key
?
key
,
})
Implementation
const FastEmptyContainer({Key? key}) : super(key: key);
fastyle_dart package
documentation
ui/widgets/base/container.widget
FastEmptyContainer
FastEmptyContainer const constructor
FastEmptyContainer class