menu
termui package
documentation
ui/layout.dart
Stack
Stack.new const constructor
Stack.new const constructor
dark_mode
light_mode
Stack
constructor
const
Stack
(
List
<
Widget
>
children
)
Creates a stack layout for
children
.
Implementation
const Stack(this.children);
termui package
documentation
ui/layout
Stack
Stack.new const constructor
Stack class