className property

List<TextStyle> className
final

类似于css中的classname

后面的属性如果与前面的属性冲突,以后面的为准.

example:

className: [TwFont.mono, TwFont.2xl, TwFont.weight.thin],

Implementation

final List<TextStyle> className;