fsAnimation property
FSAnimation
get
fsAnimation
Quick access to theme animation configuration
Implementation
FSAnimation get fsAnimation {
final theme = FSTheme.of(this);
return FSAnimationUtils._convertThemeAnimationToFSAnimation(
theme.animation);
}