textAlign property

  1. @JsonKey(toJson: _toAlignJson, fromJson: _fromAlignJson)
TextAlign? textAlign
getter/setter pair

Implementation

@JsonKey(
  toJson: _toAlignJson,
  fromJson: _fromAlignJson,
)
TextAlign? textAlign;