BoxShadowMotionValue typedef

BoxShadowMotionValue = MotionValue<List<BoxShadow>?>

A MotionValue holding an animatable list of BoxShadows, or null for "no shadow".

Implementation

typedef BoxShadowMotionValue = MotionValue<List<BoxShadow>?>;