showError property

Animation<double> get showError

Implementation

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