PropertyAnimation constructor
const
PropertyAnimation({
- required AnimatableProperty property,
- required double from,
- required double to,
Implementation
const PropertyAnimation({
required this.property,
required this.from,
required this.to,
});