KeepKeyboardPopupMenuItem constructor

const KeepKeyboardPopupMenuItem({
  1. Key? key,
  2. double height = kMinInteractiveDimension,
  3. TextStyle? textStyle,
  4. Widget? child,
  5. VoidCallback? onTap,
})

Implementation

const KeepKeyboardPopupMenuItem({
  Key? key,
  this.height = kMinInteractiveDimension,
  this.textStyle,
  this.child,
  this.onTap,
}) : super(key: key);