DropdownIcon constructor
const
DropdownIcon({
- Key? key,
- required AnimationController controller,
Implementation
const DropdownIcon({Key? key, required this.controller}) : super(key: key);