Corner enum
📐 Corner
Simple corner appearance options for a CornerSpec's four Corner fields.
Values
- NONE → const Corner
-
📐 NONE
No
Corner
is a circle/oval, or the quarter-circle that would make this corner. ThisCorner
will "eat" more of theShape
than the other threeCorner
s will.No 🔘 CornerSpec.radius / Shape.radius considered.
- SQUARE → const Corner
-
📐 SQUARE
A squared
Corner
is that of a standard rectangle.No 🔘 CornerSpec.radius / Shape.radius considered.
- ROUND → const Corner
-
📐 ROUND
A rounded
Corner
is circle-like and "softens" / curves the corners by 🔘 CornerSpec.radius / Shape.radius. - BEVEL → const Corner
-
📐 BEVEL
A beveled
Corner
is a straight line that "cuts" the corners by 🔘 CornerSpec.radius / Shape.radius.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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