TransformOnHover constructor
- {Key? key,
- required Duration duration,
- Curve curve = Curves.linear,
- Alignment alignment = Alignment.center,
- required Matrix4 transform,
- required Widget child,
- MouseCursor cursor = kDefaultHoverCursor,
- VoidCallback? onTap}
Transforms the given child to the given transform when hovered.
Implementation
const TransformOnHover