ChatBubbleCornerDirectional enum
Defines the directional corner of a ChatBubble.
This is used to support RTL languages by defining corners in terms of start and end instead of left and right.
Values
- topStart → const ChatBubbleCornerDirectional
-
The top-start corner (top-left in LTR, top-right in RTL).
- topEnd → const ChatBubbleCornerDirectional
-
The top-end corner (top-right in LTR, top-left in RTL).
- bottomStart → const ChatBubbleCornerDirectional
-
The bottom-start corner (bottom-left in LTR, bottom-right in RTL).
- bottomEnd → const ChatBubbleCornerDirectional
-
The bottom-end corner (bottom-right in LTR, bottom-left in RTL).
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
-
resolve(
TextDirection direction) → ChatBubbleCorner - Resolves the directional corner to a concrete ChatBubbleCorner based on the text direction.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ChatBubbleCornerDirectional> - A constant List of the values in this enum, in order of their declaration.