BoardLayout class
Constants for Board layout measurements
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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
Constants
- boardBorderRadius → const double
- Border radius for the board container
- boardBorderWidth → const double
- Border width for the board container
- boardPadding → const double
- Padding around the entire board
- columnHorizontalPadding → const double
- Padding between columns in horizontal layout
- columnVerticalPadding → const double
- Padding between columns in vertical layout
- mobileColumnMaxHeight → const double
- Default maximum height for columns in mobile view
- narrowScreenThreshold → const double
- Width threshold to determine if screen is narrow