setAppearance method
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.');
}