widgets/extended/extended_transform_translate library
Classes
- ExtendedTransformTranslate
- ExtendedTransformTranslate is a stateful widget that allows you to apply a translation transform to a child widget. This widget provides a method to update the translation offset, allowing you to only rebuild the transform without affecting the child widget.
- ExtendedTransformTranslateState
- A State for managing the translation of a widget using Transform.translate.