fontScheme property

FontScheme fontScheme

Get FontScheme

Implementation

FontScheme get fontScheme {
  return _fontScheme;
}
void fontScheme=(FontScheme scheme)

Set FontScheme

Implementation

set fontScheme(FontScheme scheme) {
  _fontScheme = scheme;
}