applyTheme method

Future<void> applyTheme({
  1. String? appbarColor,
  2. String? accentColor,
  3. String? backgroundColor,
  4. String? stickyButtonColor,
})

Implementation

Future<void> applyTheme({
  String? appbarColor,
  String? accentColor,
  String? backgroundColor,
  String? stickyButtonColor,
}) async {
  throw UnimplementedError('applyTheme() has not been implemented.');
}