animationFillMode property

  1. @override
List<String> animationFillMode
inherited

Implementation

@override
List<String> get animationFillMode => _animationFillMode ?? ['none'];
void animationFillMode=(List<String>? value)
inherited

Implementation

set animationFillMode(List<String>? value) {
  _animationFillMode = value;
}