showDropdown property

Animation<double> showDropdown

Implementation

Animation<double> get showDropdown => Tween<double>(begin: 0, end: 1).animate(
      CurvedAnimation(
        parent: _controller,
        curve: this.showDropdownInterval,
      ),
    );