MagnifierDecoration constructor
- double opacity = 1.0,
- List<
BoxShadow> ? shadows, - ShapeBorder shape = const RoundedRectangleBorder(),
Constructs a MagnifierDecoration.
By default, MagnifierDecoration is a rectangular magnifier with no shadows, and fully opaque.
Implementation
const MagnifierDecoration({
this.opacity = 1.0,
this.shadows,
this.shape = const RoundedRectangleBorder(),
});