RectangularViewfinder class

Inheritance

Properties

animation RectangularViewfinderAnimation?
getter/setter pair
color Color
getter/setter pair
dimming double
getter/setter pair
disabledColor Color
getter/setter pair
disabledDimming double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lineStyle RectangularViewfinderLineStyle
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeWithUnitAndAspect SizeWithUnitAndAspect
no setter
style RectangularViewfinderStyle
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setHeightAndAspectRatio(DoubleWithUnit height, double widthToHeightAspectRatio) → void
setShorterDimensionAndAspectRatio(double fraction, double aspectRatio) → void
setSize(SizeWithUnit size) → void
setWidthAndAspectRatio(DoubleWithUnit width, double heightToWidthAspectRatio) → void
toMap() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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