CheckedPopupMenuItem constructor Null safety

const CheckedPopupMenuItem(
  1. {Key? key,
  2. String? value,
  3. bool checked,
  4. bool enabled,
  5. EdgeInsets? padding,
  6. double height,
  7. MouseCursor? mouseCursor,
  8. 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;