FastTheme constructor

FastTheme({
  1. required Color seed,
  2. String? font,
})

Implementation

FastTheme({required this.seed, this.font});