animate method
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.');
}
Used for animating a breathing animation using the parameters of channels, period, and interval set in the GlyphFrame.
Future<void> animate() {
throw UnimplementedError('animate() has not been implemented.');
}