FilesystemPickerContextActionsMenuThemeData constructor

const FilesystemPickerContextActionsMenuThemeData({
  1. IconThemeData? iconTheme,
  2. TextStyle? textStyle,
  3. double? elevation,
  4. ShapeBorder? shape,
  5. Color? foregroundColor,
  6. Color? highlightBackgroundColor,
  7. 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,
});