Corner enum

📐 Corner

Simple corner appearance options for a CornerSpec's four Corner fields.

Inheritance

Constructors

Corner()
const

Values

NONE → const Corner

📐 NONE

No Corner is a circle/oval, or the quarter-circle that would make this corner. This Corner will "eat" more of the Shape than the other three Corners 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
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

Constants

values → const List<Corner>
A constant List of the values in this enum, in order of their declaration.