TaskCardLayout class
Constants for TaskCard 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
- cardBorderRadius → const double
- Border radius for the task card corners.
- cardDraggingElevation → const double
- Elevation applied to the card when it's being dragged.
- cardElevation → const double
- Default elevation for the task card.
- contentPadding → const double
- Padding for the main content area of the card.
- controlBorderRadius → const double
- Border radius for control button hit areas.
- controlButtonHeight → const double
- Height of control buttons in the card.
- controlButtonWidth → const double
- Width of control buttons in the card.
- controlDividerWidth → const double
- Width of the divider between control buttons.
- controlIconSize → const double
- Size of icons used in control buttons.
- controlsPadding → const double
- Padding for the controls section of the card.
- dragDelay → const Duration
- Delay before a long press is recognized as a drag operation.
- dragScale → const double
- Scale factor applied to the card during drag operations.
- maxCardWidth → const double
- Maximum width constraint for the task card.
- minCardWidth → const double
- Minimum width constraint for the task card.
- subtitleFontSize → const double
- Font size used for the task subtitle.
- subtitleLineHeight → const double
- Line height multiplier for the subtitle text.
- titleFontSize → const double
- Font size used for the task title.
- titleLetterSpacing → const double
- Letter spacing for the task title text.