EditorSetting class

Annotations

Constructors

EditorSetting({Map<String, Set<Sticker>>? stickers, List<EditorBackground> backgrounds = _defaultBackgrounds, int fixedTabSize = 4, List<Color> colors = _colors})
const

Properties

backgrounds List<EditorBackground>
Editor backgrounds
final
colors List<Color>
Colors will be used to change icon/text colors
final
defaultBackgrounds List<GradientBackground>
Default backgrounds
no setter
defaultColors List<Color>
Default colors
no setter
fixedTabSize int
If sticker picker tab size exceed fixedTabSize, tab will be scrollable otherwise it will be fixed. Default is 4
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stickers Map<String, Set<Sticker>>?
Stickers for the editor
final

Methods

copyWith({Map<String, Set<Sticker>>? stickers, List<EditorBackground>? backgrounds, int? fixedTabSize, List<Color>? colors}) EditorSetting
Helper function to copy object
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override