MenuAction.spacer constructor

MenuAction.spacer(
  1. {double height = 20}
)

Implementation

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