horizontalBorderAnimation property

Animation<double> get horizontalBorderAnimation

Implementation

Animation<double> get horizontalBorderAnimation => Tween<double>(
      begin: horizontalPadding - waveLength,
      end: horizontalPadding + waveLength,
    ).animate(curvedAnimation);