AnimatableEdgeInsetsGeometry constructor

AnimatableEdgeInsetsGeometry(
  1. EdgeInsetsGeometry value, {
  2. required AnimatableParameterHost host,
})

Creates an AnimatableParameter that animates changes to an EdgeInsetsGeometry through an EdgeInsetsGeometryTween.

Implementation

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