DyScanUiSettings class

Constructors

DyScanUiSettings({IOSUiSettings iOSUiSettings = const IOSUiSettings(), HelperTextUiSettings helperTextUiSettings = const HelperTextUiSettings(), CornerUiSettings cornerUiSettings = const CornerUiSettings(), Color? bgColor, double? bgOpacity, bool showRotateButton = false, bool vibrateOnCompletion = true, bool lightTorchWhenDark = false})
const

Properties

bgColor Color?
final
bgOpacity double?
final
cornerUiSettings CornerUiSettings
final
hashCode int
The hash code for this object.
no setterinherited
helperTextUiSettings HelperTextUiSettings
final
iOSUiSettings IOSUiSettings
final
lightTorchWhenDark bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
final
showRotateButton bool
final
vibrateOnCompletion bool
final

Methods

asMap() Map<String, dynamic>
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

Static Properties

defaultUiSettings DyScanUiSettings
no setter