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