FilesystemPickerContextActionsThemeData class

Defines the theme for the button and the menu of contextual actions called from the upper-right corner of the picker.

Mixed in types
Annotations

Constructors

FilesystemPickerContextActionsThemeData({FilesystemPickerContextActionsMenuThemeData? menuTheme, FilesystemPickerContextActionsButtonThemeData? buttonTheme})
Creates a theme that can be used to customize the contextual actions button and popup menu.
const

Properties

buttonTheme FilesystemPickerContextActionsButtonThemeData?
Sets the theme for the action button or the button that opens the popup menu if more than one action is specified.
final
hashCode int
The hash code for this object.
no setterinherited
Sets the theme for the popup menu with a list of actions if more than one action is specified.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
getButtonTheme(BuildContext context) FilesystemPickerContextActionsButtonThemeData
Returns the theme for the action button or the button that opens the popup menu if more than one action is specified.
getMenuTheme(BuildContext context) FilesystemPickerContextActionsMenuThemeData
Returns the theme for the popup menu with a list of actions if more than one action is specified.
merge(FilesystemPickerContextActionsThemeData? base) FilesystemPickerContextActionsThemeData
Returns a new context actions theme that matches this theme but with some values replaced by the non-null parameters of the given theme.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringShort() String
A brief description of this object, usually just the runtimeType and the hashCode.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited