SupportWidgetTheme constructor

const SupportWidgetTheme({
  1. required bool prefersSystemTheme,
  2. String? primaryTextColor,
  3. String? accentColor,
  4. Map<String, String>? spacing,
})

Implementation

const SupportWidgetTheme({
  required this.prefersSystemTheme,
  this.primaryTextColor,
  this.accentColor,
  this.spacing,
});