BarcodeCountView class
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- BarcodeCountView
Constructors
- BarcodeCountView.forContextWithMode(DataCaptureContext dataCaptureContext, BarcodeCount barcodeCount)
-
factory
- BarcodeCountView.forContextWithModeAndStyle(DataCaptureContext dataCaptureContext, BarcodeCount barcodeCount, BarcodeCountViewStyle style)
-
factory
Properties
- clearHighlightsButtonAccessibilityHint ↔ String
-
getter/setter pair
- clearHighlightsButtonAccessibilityLabel ↔ String
-
getter/setter pair
- clearHighlightsButtonContentDescription ↔ String
-
getter/setter pair
- clearHighlightsButtonText ↔ String
-
getter/setter pair
- exitButtonAccessibilityHint ↔ String
-
getter/setter pair
- exitButtonAccessibilityLabel ↔ String
-
getter/setter pair
- exitButtonContentDescription ↔ String
-
getter/setter pair
- exitButtonText ↔ String
-
getter/setter pair
- filterSettings ↔ BarcodeFilterHighlightSettings?
-
getter/setter pair
- floatingShutterButtonAccessibilityHint ↔ String
-
getter/setter pair
- floatingShutterButtonAccessibilityLabel ↔ String
-
getter/setter pair
- floatingShutterButtonContentDescription ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
- listButtonAccessibilityHint ↔ String
-
getter/setter pair
- listButtonAccessibilityLabel ↔ String
-
getter/setter pair
- listButtonContentDescription ↔ String
-
getter/setter pair
- listener ↔ BarcodeCountViewListener?
-
getter/setter pair
- notInListBrush ↔ Brush?
-
getter/setter pair
- recognizedBrush ↔ Brush?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shouldShowClearHighlightsButton ↔ bool
-
getter/setter pair
- shouldShowExitButton ↔ bool
-
getter/setter pair
- shouldShowFloatingShutterButton ↔ bool
-
getter/setter pair
- shouldShowHints ↔ bool
-
getter/setter pair
- shouldShowListButton ↔ bool
-
getter/setter pair
- shouldShowListProgressBar ↔ bool
-
getter/setter pair
- shouldShowScanAreaGuides ↔ bool
-
getter/setter pair
- shouldShowShutterButton ↔ bool
-
getter/setter pair
- shouldShowSingleScanButton ↔ bool
-
getter/setter pair
- shouldShowToolbar ↔ bool
-
getter/setter pair
- shouldShowTorchControl ↔ bool
-
getter/setter pair
- shouldShowUserGuidanceView ↔ bool
-
getter/setter pair
- shutterButtonAccessibilityHint ↔ String
-
getter/setter pair
- shutterButtonAccessibilityLabel ↔ String
-
getter/setter pair
- shutterButtonContentDescription ↔ String
-
getter/setter pair
- singleScanButtonAccessibilityHint ↔ String
-
getter/setter pair
- singleScanButtonAccessibilityLabel ↔ String
-
getter/setter pair
- singleScanButtonContentDescription ↔ String
-
getter/setter pair
- style → BarcodeCountViewStyle
-
no setter
- textForMoveCloserAndRescanHint ↔ String
-
getter/setter pair
- textForMoveFurtherAndRescanHint ↔ String
-
getter/setter pair
- textForScanningHint ↔ String
-
getter/setter pair
- textForTapShutterToScanHint ↔ String
-
getter/setter pair
- textForUnrecognizedBarcodesDetectedHint ↔ String
-
getter/setter pair
- torchControlPosition ↔ Anchor
-
getter/setter pair
- uiListener ↔ BarcodeCountViewUiListener?
-
getter/setter pair
- unrecognizedBrush ↔ Brush?
-
getter/setter pair
Methods
-
clearHighlights(
) → Future< void> -
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
-
setToolbarSettings(
BarcodeCountToolbarSettings settings) → 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}) → 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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- defaultNotInListBrush → Brush
-
no setter
- defaultRecognizedBrush → Brush
-
no setter
- defaultUnrecognizedBrush → Brush
-
no setter