LiveCheckedPopupMenuItem<T> constructor
const
LiveCheckedPopupMenuItem<T> ({
- Key? key,
- MetaCell<
void> ? tap, - MutableCell<
T?> ? value, - bool checked = false,
- bool enabled = true,
- EdgeInsets? padding,
- double height = kMinInteractiveDimension,
- WidgetStateProperty<
TextStyle?> ? labelTextStyle, - MouseCursor? mouseCursor,
- Widget? child,
Implementation
const LiveCheckedPopupMenuItem({
super.key,
this.tap,
this.value,
this.checked = false,
this.enabled = true,
this.padding,
this.height = kMinInteractiveDimension,
this.labelTextStyle,
this.mouseCursor,
this.child,
});