borderAnimation property

Animation<double> get borderAnimation

Implementation

Animation<double> get borderAnimation =>
    Tween<double>(begin: waveLength, end: s0).animate(curvedAnimation);