MagnifierDecoration class

The decorations to put around the loupe in a RawMagnifier.

See also:

Annotations

Constructors

MagnifierDecoration({double opacity = 1.0, List<BoxShadow>? shadows, ShapeBorder shape = const RoundedRectangleBorder()})
Constructs a MagnifierDecoration.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
opacity double
The opacity of the magnifier and decorations around the magnifier.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shadows List<BoxShadow>?
A list of shadows cast by the shape.
final
shape ShapeBorder
The shape of the magnifier and the outline (border) around it.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override