animationDuration property

  1. @override
List<String> animationDuration
inherited

Implementation

@override
List<String> get animationDuration => _animationDuration ?? const [_0s];
void animationDuration=(List<String>? value)
inherited

Implementation

set animationDuration(List<String>? value) {
  _animationDuration = value;
}