widgets/extended/extended_transform_scale library

Classes

ExtendedTransformScale
ExtendedTransformScale is a stateful widget that allows you to apply a scaling transform to a child widget. This widget provides a method to update the scale factor, allowing you to only rebuild the transform without affecting the child widget.
ExtendedTransformScaleState
The state class for ExtendedTransformScale, which manages the scale transformation.