menu
trad package
documentation
widgets.dart
Stack
Stack.new const constructor
Stack.new const constructor
dark_mode
light_mode
Stack
constructor
const
Stack
(
{
String
?
key
,
String
?
style
,
required
List
<
Widget
>
children
,
})
Implementation
const Stack({ this.key, this.style, required this.children, });
trad package
documentation
widgets
Stack
Stack.new const constructor
Stack class