MagnifyingGlassController class

Controller to access glass state and parameters

Constructors

MagnifyingGlassController()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

closeGlass() → dynamic
call to close the glass
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openGlass() → dynamic
call to open the glass
refresh() Future<bool>
setDiameter(int diameter) → dynamic
set the diameter
setDistortion(double distortion, double magnification) → dynamic
set distortion and magnification
toString() String
A string representation of this object.
inherited

Operators

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