AvailableTheme constructor

AvailableTheme(
  1. String properName,
  2. String id,
  3. IconData? icon,
  4. String author,
  5. [bool isDarkMode = true]
)

Implementation

AvailableTheme(this.properName, this.id, this.icon, this.author,
    [this.isDarkMode = true]);