PopupMenuThemeData constructor
- Color? color,
- ShapeBorder? shape,
- double? elevation,
- Color? shadowColor,
- Color? surfaceTintColor,
- TextStyle? textStyle,
- MaterialStateProperty<
TextStyle?> ? labelTextStyle, - bool? enableFeedback,
- MaterialStateProperty<
MouseCursor?> ? mouseCursor, - PopupMenuPosition? position,
- Color? iconColor,
- double? iconSize,
Creates the set of properties used to configure PopupMenuTheme.
Implementation
const PopupMenuThemeData({
this.color,
this.shape,
this.menuPadding,
this.elevation,
this.shadowColor,
this.surfaceTintColor,
this.textStyle,
this.labelTextStyle,
this.enableFeedback,
this.mouseCursor,
this.position,
this.iconColor,
this.iconSize,
});