CustomAppThemeData constructor

const CustomAppThemeData(
  1. String title,
  2. FlexScheme flexScheme
)

Implementation

const CustomAppThemeData(this.title, this.flexScheme);