PopupMenuEntry.checked constructor Null safety
- {Key? key,
- String? value,
- @Default(false) bool checked,
- @Default(true) bool enabled,
- EdgeInsets? padding,
- @Default(48.0) double height,
- MouseCursor? mouseCursor,
- Widget? child}
Implementation
const factory PopupMenuEntry.checked({
Key? key,
String? value,
@Default(false) bool checked,
@Default(true) bool enabled,
EdgeInsets? padding,
@Default(48.0) double height,
MouseCursor? mouseCursor,
Widget? child,
}) = CheckedPopupMenuItem;