SickChillScreen constructor

const SickChillScreen({
  1. Key? key,
  2. String title = 'SickChill',
  3. bool splitAnimes = true,
  4. bool headless = false,
})

Implementation

const SickChillScreen({
  Key? key,
  this.title = 'SickChill',
  this.splitAnimes = true,
  this.headless = false,
}) : super(key: key);