ToolboxConfig class
Configuration constants for the toolbox.
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
Static Properties
-
categoryColors
→ Map<
String, Color> -
Category colors for the different statement types.
final
Constants
- animationDuration → const Duration
- Animation duration for transitions.
- borderRadius → const double
- Border radius for components.
- horizontalPadding → const double
- Standard horizontal padding.
- minTouchSize → const double
- Minimum size for touch targets.
- toolboxHeight → const double
- Height of the toolbox when both the actions (Run, ...) and the statement types.
- toolboxMinimalHeight → const double
- Height of the toolbox when only showing a single row.