FilePickerStyles class

Styles for the file picker component.

Constructors

FilePickerStyles({Style? cursor, Style? symlink, Style? directory, Style? file, Style? permission, Style? selected, Style? disabledCursor, Style? disabledFile, Style? disabledSelected, Style? fileSize, Style? emptyDirectory})

Properties

cursor → Style
Style for the cursor character.
final
directory → Style
Style for directories.
final
disabledCursor → Style
Style for disabled cursor (when selecting a disabled file).
final
disabledFile → Style
Style for disabled files.
final
disabledSelected → Style
Style for selected disabled files.
final
emptyDirectory → Style
Style for empty directory message.
final
file → Style
Style for regular files.
final
fileSize → Style
Style for file sizes.
final
hashCode → int
The hash code for this object.
no setterinherited
permission → Style
Style for file permissions.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
selected → Style
Style for the selected item.
final
Style for symbolic links.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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