menu
sdui_library package
documentation
sdui_dsl.dart
Stack
Stack.new constructor
Stack.new constructor
dark_mode
light_mode
Stack
constructor
Stack
(
{
Key
?
key
,
String
?
alignment
,
List
<
SduiNode
>
children
=
const []
,
})
Implementation
Stack({Key? key, this.alignment, this.children = const []}) : super(key: key);
sdui_library package
documentation
sdui_dsl
Stack
Stack.new constructor
Stack class