FilesystemPickerContextActionsMenuThemeData constructor
const
FilesystemPickerContextActionsMenuThemeData({
- IconThemeData? iconTheme,
- TextStyle? textStyle,
- double? elevation,
- ShapeBorder? shape,
- Color? foregroundColor,
- Color? highlightBackgroundColor,
- Color? backgroundColor,
Creates a theme for the actions popup menu.
Implementation
const FilesystemPickerContextActionsMenuThemeData({
this.iconTheme,
this.textStyle,
this.elevation,
this.shape,
this.foregroundColor,
this.highlightBackgroundColor,
this.backgroundColor,
});