TextStyle constructor

TextStyle(
  1. TextFormat textFormat
)

JsonSerializable不能使用私有构造TextStyle._(this.textFormat);

Implementation

TextStyle(this.textFormat);