Data.fromJson constructor

Data.fromJson(
  1. dynamic json
)

Implementation

Data.fromJson(dynamic json)
    : _textAlign = json['textAlign'],
      _textIndent = json['textIndent'];