MenuAction.spacer constructor
- {double height = 20}
Implementation
factory MenuAction.spacer({
double height = 20,
}) =>
ActionSpacer(
height: height,
);
factory MenuAction.spacer({
double height = 20,
}) =>
ActionSpacer(
height: height,
);