CheckedPopupMenuItem constructor Null safety
- {Key? key,
- String? value,
- bool checked,
- bool enabled,
- EdgeInsets? padding,
- double height,
- MouseCursor? mouseCursor,
- Widget? child}
Implementation
const factory CheckedPopupMenuItem(
{final Key? key,
final String? value,
final bool checked,
final bool enabled,
final EdgeInsets? padding,
final double height,
final MouseCursor? mouseCursor,
final Widget? child}) = _$CheckedPopupMenuItem;