MStack constructor
MStack({
- DefineMStackModifier? modifier,
- List<
Widget> ? children, - List<
Widget> builder()?,
Implementation
MStack({
this.modifier,
this.children,
this.builder,
}) : super(key: modifier?.valueKey ?? null);