fontfaces property

List<FontFace>? fontfaces

Implementation

_i2.List<_i3.FontFace>? get fontfaces => ((_i4.getProperty(
      this,
      'fontfaces',
    )) as _i2.List?)
        ?.cast();
void fontfaces=(List<FontFace>? value)

Implementation

set fontfaces(_i2.List<_i3.FontFace>? value) {
  _i4.setProperty(
    this,
    'fontfaces',
    value ?? _i6.undefined,
  );
}