animationDirection property

  1. @override
List<String> animationDirection
inherited

Implementation

@override
List<String> get animationDirection => _animationDirection ?? ['normal'];
void animationDirection=(List<String>? value)
inherited

Implementation

set animationDirection(List<String>? value) {
  _animationDirection = value;
}