DropDownView constructor
const
DropDownView({
- Key? key,
- required DropDownController controller,
- required List<
DropDownViewProperty> builders, - Color? viewColor = Colors.white,
- Color? maskColor,
- Duration animationDuration = const Duration(milliseconds: 150),
- double offsetY = 0,
Implementation
const DropDownView({
super.key,
required this.controller,
required this.builders,
this.viewColor = Colors.white,
this.maskColor,
this.animationDuration = const Duration(milliseconds: 150),
this.offsetY = 0,
});