WhatsAppCustomTextStyles class
Represents custom text styles for the text editor in the WhatsApp
design.
Constructors
- WhatsAppCustomTextStyles.new({required String id, required TextStyle style, String? tooltip})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
The unique identifier for the text style.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style → TextStyle
-
The text style.
final
- tooltip → String?
-
Tooltip for the item.
final
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