BarcodeFindView class
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- BarcodeFindView
Constructors
- BarcodeFindView.forMode(DataCaptureContext dataCaptureContext, BarcodeFind barcodeFind)
-
factory
- BarcodeFindView.forModeWithViewSettings(DataCaptureContext dataCaptureContext, BarcodeFind barcodeFind, BarcodeFindViewSettings viewSettings)
-
factory
- BarcodeFindView.forModeWithViewSettingsAndCameraSettings(DataCaptureContext dataCaptureContext, BarcodeFind barcodeFind, BarcodeFindViewSettings viewSettings, CameraSettings cameraSettings)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shouldShowCarousel ↔ bool
-
getter/setter pair
- shouldShowFinishButton ↔ bool
-
getter/setter pair
- shouldShowHints ↔ bool
-
getter/setter pair
- shouldShowPauseButton ↔ bool
-
getter/setter pair
- shouldShowProgressBar ↔ bool
-
getter/setter pair
- shouldShowTorchControl ↔ bool
-
getter/setter pair
- shouldShowUserGuidanceView ↔ bool
-
getter/setter pair
- textForAllItemsFoundSuccessfullyHint ↔ String?
-
getter/setter pair
- textForCollapseCardsButton ↔ String?
-
getter/setter pair
- textForItemListUpdatedHint ↔ String?
-
getter/setter pair
- textForItemListUpdatedWhenPausedHint ↔ String?
-
getter/setter pair
- textForMoveCloserToBarcodesHint ↔ String?
-
getter/setter pair
- textForPointAtBarcodesToSearchHint ↔ String?
-
getter/setter pair
- textForTapShutterToPauseScreenHint ↔ String?
-
getter/setter pair
- textForTapShutterToResumeSearchHint ↔ String?
-
getter/setter pair
- torchControlPosition ↔ Anchor
-
getter/setter pair
- uiListener ↔ BarcodeFindViewUiListener?
-
getter/setter pair
Methods
-
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → State< StatefulWidget> -
Creates the mutable state for this widget at a given location in the tree.
override
-
debugDescribeChildren(
) → List< DiagnosticsNode> -
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pauseSearching(
) → Future< void> -
startSearching(
) → Future< void> -
stopSearching(
) → Future< void> -
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringDeep(
{String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) → String -
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow(
{String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a one-line detailed description of the object.
inherited
-
toStringShort(
) → String -
A short, textual description of this widget.
inherited
-
widgetPaused(
) → Future< void> -
widgetResumed(
) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited