menu
utilities_framework_flutter package
documentation
components/flutter_tree.dart
MStack
push method
push method
dark_mode
light_mode
push
method
dynamic
push
(
dynamic
item
)
Implementation
push(item) { top++; this.items.add(item); }
utilities_framework_flutter package
documentation
components/flutter_tree
MStack
push method
MStack class