textStyleId property

String get textStyleId

Implementation

_i2.String get textStyleId => _i5.getProperty(
      this,
      'textStyleId',
    );
set textStyleId (String value)

Implementation

set textStyleId(_i2.String value) {
  _i5.setProperty(
    this,
    'textStyleId',
    value,
  );
}