showError property

Animation<double> showError

Implementation

Animation<double> get showError => Tween<double>(begin: 0, end: 1).animate(
      CurvedAnimation(
        parent: _errorController,
        curve: this.showErrorCurve,
      ),
    );