getLocalTextStyles property

List<TextStyle> Function() get getLocalTextStyles

Implementation

_i2.List<_i3.TextStyle> Function() get getLocalTextStyles =>
    () => ((_i5.callMethod(
          _i5.getProperty(
            this,
            'getLocalTextStyles',
          ),
          r'call',
          [this],
        )) as _i2.List)
            .cast();
set getLocalTextStyles (List<TextStyle> value())

Implementation

set getLocalTextStyles(_i2.List<_i3.TextStyle> Function() value) {
  _i5.setProperty(
    this,
    'getLocalTextStyles',
    _i5.allowInterop(value),
  );
}