mathStyle property
String
get
mathStyle
Implementation
_i2.String get mathStyle => _i4.getProperty(
this,
'mathStyle',
);
set
mathStyle
(String value)
Implementation
set mathStyle(_i2.String value) {
_i4.setProperty(
this,
'mathStyle',
value,
);
}