mathStyle property

String mathStyle

Implementation

_i2.String get mathStyle => _i4.getProperty(
      this,
      'mathStyle',
    );
void mathStyle=(String value)

Implementation

set mathStyle(_i2.String value) {
  _i4.setProperty(
    this,
    'mathStyle',
    value,
  );
}