createTextStyle property

TextStyle Function() get createTextStyle

Implementation

_i3.TextStyle Function() get createTextStyle => () => _i5.callMethod(
      _i5.getProperty(
        this,
        'createTextStyle',
      ),
      r'call',
      [this],
    );
set createTextStyle (TextStyle value())

Implementation

set createTextStyle(_i3.TextStyle Function() value) {
  _i5.setProperty(
    this,
    'createTextStyle',
    _i5.allowInterop(value),
  );
}