useTransformationController function
Implementation
TransformationController useTransformationController([Matrix4? value]) {
return useChangeNotifier(
() => TransformationController(value),
);
}
TransformationController useTransformationController([Matrix4? value]) {
return useChangeNotifier(
() => TransformationController(value),
);
}