FocusSettings class

Constructors

FocusSettings({String focusImage = '', Rect focusImageRect = Rect.zero, bool shouldDisplayFocusImage = false, bool shouldScanInFocusImageRect = false, String focusImageTintColor = '#FFFFFF66', String focusImageHighlightedColor = '#FFFFFF', bool showCodeBoundariesInMultipleScan = true, String validCodeBoundaryBorderColor = '#00FF00', int validCodeBoundaryBorderWidth = 2, String validCodeBoundaryFillColor = '#00AA0044', String invalidCodeBoundaryBorderColor = '#AA0000', int invalidCodeBoundaryBorderWidth = 2, String invalidCodeBoundaryFillColor = '#AA0000', bool showDocumentBoundaries = true, String documentBoundaryBorderColor = '#FFD966', String documentBoundaryFillColor = '#FFD96644'})

Properties

documentBoundaryBorderColor String
final
documentBoundaryFillColor String
final
focusImage String
final
focusImageHighlightedColor String
final
focusImageRect Rect
final
focusImageTintColor String
final
hashCode int
The hash code for this object.
no setterinherited
invalidCodeBoundaryBorderColor String
final
invalidCodeBoundaryBorderWidth int
final
invalidCodeBoundaryFillColor String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldDisplayFocusImage bool
final
shouldScanInFocusImageRect bool
final
showCodeBoundariesInMultipleScan bool
final
showDocumentBoundaries bool
final
validCodeBoundaryBorderColor String
final
validCodeBoundaryBorderWidth int
final
validCodeBoundaryFillColor String
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.
inherited