SkinToneConfig class

Skin tone config Config

Constructors

SkinToneConfig({bool enabled = true, Color dialogBackgroundColor = Colors.white, Color indicatorColor = Colors.grey})
Constructor
const

Properties

dialogBackgroundColor → Color
The background color of the skin tone dialog
final
enabled → bool
Enable feature to select a skin tone of certain emoji's
final
hashCode → int
The hash code for this object.
no setteroverride
indicatorColor → Color
Color of the small triangle next to multiple skin tone emoji
final
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.
override