FHoverEffect constructor
const
FHoverEffect({})
Implementation
const FHoverEffect({
this.opacity = 1,
this.scale = 1,
this.rotate = 0,
this.offset = Offset.zero,
this.fill,
this.shadow,
this.curve = const FCurve(
curve: Curves.easeInOut,
),
});