FolderViewTextTheme class
Theme data for text styles in FolderView
- Annotations
Constructors
- FolderViewTextTheme({TextStyle? textStyle, TextStyle? selectedTextStyle, TextStyle? folderTextStyle, TextStyle? parentTextStyle, TextStyle? childTextStyle})
-
Creates a FolderViewTextTheme
const
Properties
- childTextStyle → TextStyle?
-
Text style for Child type nodes
final
- folderTextStyle → TextStyle?
-
Text style for Folder type nodes
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- parentTextStyle → TextStyle?
-
Text style for Parent type nodes
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedTextStyle → TextStyle?
-
Text style for selected nodes
final
- textStyle → TextStyle?
-
Default text style for all nodes
final
Methods
-
copyWith(
{TextStyle? textStyle, TextStyle? selectedTextStyle, TextStyle? folderTextStyle, TextStyle? parentTextStyle, TextStyle? childTextStyle}) → FolderViewTextTheme - Creates a copy of this theme with the given fields replaced with new values
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
lerp(
FolderViewTextTheme? a, FolderViewTextTheme? b, double t) → FolderViewTextTheme - Linearly interpolate between two FolderViewTextThemes