BloomAnimation constructor
const
BloomAnimation({})
Creates a new immutable BloomAnimation descriptor.
Implementation
const BloomAnimation({
required this.name,
required this.keyframes,
this.duration = const Duration(milliseconds: 300),
this.delay = Duration.zero,
this.iterations = 1,
this.easing = 'ease',
this.fillMode = 'both',
this.direction = 'normal',
});