AnimatableDecoration constructor

AnimatableDecoration(
  1. Decoration value, {
  2. required AnimatableParameterHost host,
})

Creates an AnimatableParameter that animates changes to a Decoration through a DecorationTween.

Implementation

AnimatableDecoration(super.value, {required super.host});