loadFontAsync property

Future<void> Function(FontName) get loadFontAsync

Implementation

_i2.Future<void> Function(_i3.FontName) get loadFontAsync =>
    (_i3.FontName p0) => _i5.promiseToFuture(_i5.callMethod(
          _i5.getProperty(
            this,
            'loadFontAsync',
          ),
          r'call',
          [
            this,
            p0,
          ],
        ));
set loadFontAsync (Future<void> value(FontName))

Implementation

set loadFontAsync(_i2.Future<void> Function(_i3.FontName) value) {
  _i5.setProperty(
    this,
    'loadFontAsync',
    _i5.allowInterop(value),
  );
}