DarlightThree constructor
DarlightThree({
- Key? key,
- required dynamic onChange(),
- double height = 30,
- required Duration duration,
- DarlightThreeOption? options,
Implementation
DarlightThree({
Key? key,
required this.onChange,
this.height = 30,
required this.duration,
this.options,
});