FilesystemPickerThemeBase class abstract

An abstract base class for defining the picker theme interface.

Mixed in types
Implementers

Constructors

FilesystemPickerThemeBase()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
getBackgroundColor(BuildContext context, [Color? color]) Color
Returns the background color of the picker.
getContextActions(BuildContext context) FilesystemPickerContextActionsThemeData
getFileList(BuildContext context) FilesystemPickerFileListThemeData
Returns the theme for the FilesystemList widget used in the picker.
getMessageTextStyle(BuildContext context) TextStyle
Returns the text style for messages in the center of the picker.
getPickerAction(BuildContext context) FilesystemPickerActionThemeData
Returns the theme for the picker action.
getTopBar(BuildContext context) FilesystemPickerTopBarThemeData
Returns the theme for the Picker's AppBar.
merge(BuildContext context, FilesystemPickerThemeBase? base) FilesystemPickerThemeBase
Returns a new picker theme that matches this picker theme but with some values replaced by the non-null parameters of the given picker 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