menu
az_ui package
documentation
widgets/stack.dart
AzStack
AzStack constructor
AzStack constructor
dark_mode
light_mode
AzStack
constructor
AzStack
(
List
<
Widget
>
children
, {
Key
?
key
,
})
Implementation
AzStack( this.children, { Key? key, }) : super(key: key);
az_ui package
documentation
widgets/stack
AzStack
AzStack constructor
AzStack class