SpacingType enum determines the spacing on the delimiter. Note: When delimiter is an empty string i.e ' ', then spacing type is not used.
// Both: Represents spacing on both side of the delimiter.
// Left: Represents spacing on the left side of the delimiter.
// Right: Represents spacing on the right side of the delimiter.
// NoWrap: Represents no spacing at both sides of the delimiter.
Constants
- Both → SpacingType
-
const SpacingType(0)
- Left → SpacingType
-
const SpacingType(1)
- NoWrap → SpacingType
-
const SpacingType(3)
- Right → SpacingType
-
const SpacingType(2)
- values → List<SpacingType>
-
A constant List of the values in this enum, in order of their declaration.
const List<SpacingType>
Properties
- index → int
-
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
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns a string representation of this object.
inherited