DropdownAnimationComponent constructor

DropdownAnimationComponent({
  1. double padding = 8.0,
})

Implementation

DropdownAnimationComponent({this.padding = 8.0}) {
  super.builder = _builder;
}