GoogleAppsCardV1OverflowMenuItem constructor
GoogleAppsCardV1OverflowMenuItem({
- bool? disabled,
- GoogleAppsCardV1OnClick? onClick,
- GoogleAppsCardV1Icon? startIcon,
- String? text,
Implementation
GoogleAppsCardV1OverflowMenuItem({
this.disabled,
this.onClick,
this.startIcon,
this.text,
});