DarlightThree constructor

DarlightThree({
  1. Key? key,
  2. required dynamic onChange(
    1. ThemeMode
    ),
  3. double height = 30,
  4. required Duration duration,
  5. DarlightThreeOption? options,
})

Implementation

DarlightThree({
  Key? key,
  required this.onChange,
  this.height = 30,
  required this.duration,
  this.options,
});