getLocalTextStylesAsync property

Future<List<TextStyle>> Function() get getLocalTextStylesAsync

Implementation

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

Implementation

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