MLKitScannerPageState class Null safety

Constructors

MLKitScannerPageState()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
isCameraInitialized bool
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
stoppingCamera bool
Flag used to prevent the camera from being initialized. When set to false, _startLiveStream can be called.
read / write

Methods

build(dynamic context) → dynamic
didChangeDependencies() → void
dispose() → void
initState() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

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

Constants

postFrameCallbackStandardDelay → const int
If the camera is being closed (when stoppingCamera == true) and this Widget is visible again, we add a post frame callback to detect if the Widget is still visible [...]
100