SpacingType enum

Spacing Types (These are properties of a message to help inform the decision of how much space / which widget to build after it)

Inheritance

Constructors

SpacingType()
const

Values

thread → const SpacingType

Message is a thread

timeDiff → const SpacingType

There is a >1s time diff between current and last message

otherUser → const SpacingType

Next message is by a different user

deleted → const SpacingType

Message is deleted

defaultSpacing → const SpacingType

No other conditions are valid, default spacing (This will likely be the only rule in the list provided)

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<SpacingType>
A constant List of the values in this enum, in order of their declaration.