FontAddedState class

todo 移除 Equatable继承,实时修改参数

Constructors

FontAddedState.new(String text, {String? font, String? color, double? opacity, bool? bold, bool? italic, bool? underline, TextAlign? textAlign, double? worldSpace, double? lineSpace})

Properties

bold bool?
getter/setter pair
color String?
getter/setter pair
font String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
italic bool?
getter/setter pair
lineSpace double?
getter/setter pair
opacity double?
getter/setter pair
props List<Object?>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
final
textAlign TextAlign?
getter/setter pair
underline bool?
getter/setter pair
worldSpace double?
getter/setter pair

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