FileTreeTheme class

Inheritance

Constructors

FileTreeTheme({Color? backgroundColor, Color? textColor, Color? iconColor, Color? highlightColor, Unit? radius})

Properties

backgroundColor → Color?
final
hashCode int
The hash code for this object.
no setterinherited
highlightColor → Color?
final
iconColor → Color?
final
radius → Unit?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor → Color?
final
type Object
The extension's type.
no setterinherited

Methods

buildStyles(ContentTheme theme) List<StyleRule>
Builds additional styles for this extension.
override
buildVariables(ContentTheme theme) Map<String, Object>
Builds CSS variables for this extension.
override
copyWith({Color? backgroundColor, Color? textColor, Color? iconColor, Color? highlightColor, Unit? radius}) ThemeExtension<FileTreeTheme>
Creates a copy of this theme extension with the given fields replaced by the non-null parameter values.
override
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