MenuGroupData constructor
MenuGroupData(
- MenuGroupData? parent,
- List<
MenuData> children, - bool hasLeading,
- Offset? subMenuOffset,
- VoidCallback? onDismissed,
- Object? regionGroupId,
- Axis direction,
- EdgeInsets itemPadding,
- SubFocusScopeState focusScope,
Implementation
MenuGroupData(
this.parent,
this.children,
this.hasLeading,
this.subMenuOffset,
this.onDismissed,
this.regionGroupId,
this.direction,
this.itemPadding,
this.focusScope,
);