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