animate method

Future<void> animate()

Used for animating a breathing animation using the parameters of channels, period, and interval set in the GlyphFrame.

Implementation

Future<void> animate() {
  throw UnimplementedError('animate() has not been implemented.');
}