FilesystemPickerContextActionsButtonThemeData class

Defines the theme for the action button or the button that opens the popup menu if more than one action is specified.

Mixed in types
Annotations

Constructors

FilesystemPickerContextActionsButtonThemeData({IconThemeData? iconTheme})
Creates a theme for the action button or the button that opens the popup menu if more than one action is specified.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
iconTheme IconThemeData?
The theme for the button icon.
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
getIconTheme(BuildContext context) IconThemeData
Returns the theme for the button icon.
merge(FilesystemPickerContextActionsButtonThemeData? base) FilesystemPickerContextActionsButtonThemeData
Returns a new context action button 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