FSResponsiveSpacing class
Responsive spacing that adapts to breakpoints
Constructors
- FSResponsiveSpacing({FSCustomSpacing? xs, FSCustomSpacing? sm, FSCustomSpacing? md, FSCustomSpacing? lg, FSCustomSpacing? xl, FSCustomSpacing? xxl})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- lg → FSCustomSpacing
-
final
- md → FSCustomSpacing
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sm → FSCustomSpacing
-
final
- xl → FSCustomSpacing
-
final
- xs → FSCustomSpacing
-
final
- xxl → FSCustomSpacing
-
final
Methods
-
copyWith(
{FSCustomSpacing? xs, FSCustomSpacing? sm, FSCustomSpacing? md, FSCustomSpacing? lg, FSCustomSpacing? xl, FSCustomSpacing? xxl}) → FSResponsiveSpacing - Create a copy with updated values
-
forBreakpoint(
FSBreakpoint breakpoint) → FSCustomSpacing - Get spacing for a specific breakpoint
-
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