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