FolderViewSpacingTheme class
Theme class for spacing and padding in FolderView
Controls the spacing of content within the FolderView widget, including padding around the list content.
- Annotations
Constructors
- FolderViewSpacingTheme({EdgeInsets contentPadding = EdgeInsets.zero})
-
Creates a FolderViewSpacingTheme with the given properties
const
Properties
- contentPadding → EdgeInsets
-
Padding applied to the ListView content
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(
{EdgeInsets? contentPadding}) → FolderViewSpacingTheme - 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(
FolderViewSpacingTheme? a, FolderViewSpacingTheme? b, double t) → FolderViewSpacingTheme - Linearly interpolate between two FolderViewSpacingThemes