FolderViewNodeStyleTheme class
Theme class for node visual styling in FolderView
Controls the visual appearance of nodes such as border radius, hover effects, and other style properties.
- Annotations
Constructors
- FolderViewNodeStyleTheme({double borderRadius = 8.0})
-
Creates a FolderViewNodeStyleTheme with the given properties
const
Properties
- borderRadius → double
-
Border radius for node containers
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{double? borderRadius}) → FolderViewNodeStyleTheme - Creates a copy of this theme with the given fields replaced
-
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(
FolderViewNodeStyleTheme? a, FolderViewNodeStyleTheme? b, double t) → FolderViewNodeStyleTheme - Linearly interpolate between two FolderViewNodeStyleThemes