setAppearance method

Future<void> setAppearance(
  1. TextStyle h3,
  2. TextStyle h4,
  3. TextStyle s1,
  4. TextStyle l4,
  5. TextStyle l7,
  6. TextStyle p1,
  7. TextStyle p2,
  8. Color accentColor,
)

Implementation

Future<void> setAppearance(
  TextStyle h3,
  TextStyle h4,
  TextStyle s1,
  TextStyle l4,
  TextStyle l7,
  TextStyle p1,
  TextStyle p2,
  Color accentColor,
) {
  throw UnimplementedError('setAppearance() has not been implemented.');
}