LayA enum
Layout attribute names definitions. See also LAYOUT_DEFAULT_ATTRIBUTES
.
The attribute values are Strings.
You may pass any of these attributes to a layout constructor. The respective
defaults attributes will be overridden.
Constants
- BORDER_AREA_SIZE → const LayA
-
const LayA(2)
- DATA_AREA_BORDER_COLOR → const LayA
-
const LayA(4)
- DATA_AREA_BORDER_WIDTH → const LayA
-
const LayA(5)
- FRAME_SIZE → const LayA
-
const LayA(3)
- PLOT_AREA_BORDER_COLOR → const LayA
-
const LayA(6)
- PLOT_AREA_BORDER_WIDTH → const LayA
-
const LayA(7)
-
values
→ const List<
LayA> -
A constant List of the values in this enum, in order of their declaration.
const List<
LayA> - X_AXIS_AREA_HEIGHT → const LayA
-
const LayA(0)
- Y_AXIS_AREA_WIDTH → const LayA
-
const LayA(1)
Properties
- index → int
-
The integer index of this enum.
final - hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
toString(
) → String -
Returns a string representation of this object.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited