FilesystemPickerFileListFileTypesThemeItem class

An object that allows you to set an icon for a list of file extensions. Used in FilesystemPickerFileListFileTypesTheme.

Annotations

Constructors

FilesystemPickerFileListFileTypesThemeItem({required List<String> extensions, required IconData? icon})
Creates a new FilesystemPickerFileListFileTypesThemeItem object.
const

Properties

extensions List<String>
A list of file extensions for which the icon is set.
final
hashCode int
The hash code for this object.
no setterinherited
icon IconData?
Icon, for the list of extensions specified in extensions.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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