AtomicTheme constructor

AtomicTheme({
  1. String? brandColor,
  2. String? overlayColor,
  3. bool? dark,
})

Implementation

AtomicTheme({
  this.brandColor,
  this.overlayColor,
  this.dark,
});