FlexItemHighlightConfig class
Configuration data for the highlighting of Flex item elements.
Constructors
- FlexItemHighlightConfig({BoxStyle? baseSizeBox, LineStyle? baseSizeBorder, LineStyle? flexibilityArrow})
-
FlexItemHighlightConfig.fromJson(Map<
String, dynamic> json) -
factory
Properties
- baseSizeBorder → LineStyle?
-
Style of the border around the box representing the item's base size
final
- baseSizeBox → BoxStyle?
-
Style of the box representing the item's base size
final
- flexibilityArrow → LineStyle?
-
Style of the arrow representing if the item grew or shrank
final
- 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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited