MHoverScaler constructor
const
MHoverScaler({})
Implementation
const MHoverScaler({
super.key,
this.hoverScale = 1.2,
this.duration = const Duration(milliseconds: 200),
required this.child,
});
const MHoverScaler({
super.key,
this.hoverScale = 1.2,
this.duration = const Duration(milliseconds: 200),
required this.child,
});