LabelPerRow class
Properties
- count → int
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → int?
-
no setter
- name → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → String
-
no setter
- width → int?
-
no setter
- x → int?
-
no setter
- y → int?
-
no setter
Methods
-
copyWith(
{int? x, int? y, int? width, int? height}) → LabelPerRow -
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
- doubleLabels → const LabelPerRow
- single → const LabelPerRow
- triple → const LabelPerRow
-
values
→ const List<
LabelPerRow>