animatedBox property
VxAnimatedBox
get
animatedBox
Extension method to directly access VxAnimatedBox with any widget without wrapping or with dot operator.
Implementation
VxAnimatedBox get animatedBox => VxAnimatedBox(child: this);