AndroidTheme constructor

AndroidTheme({
  1. String? mainColor = "#9c5aff",
  2. String? toolbarColor = "#ebdeff",
  3. String? toolbarDrawable,
})

Implementation

AndroidTheme({
  this.mainColor = "#9c5aff",
  this.toolbarColor = "#ebdeff",
  this.toolbarDrawable,
});