ScanTextOptions class
Constructors
- ScanTextOptions({Color? textColor = Colors.black, double? textSize = 35.0, bool? showText = true, bool? showTextOutBounds = false, Color? textBackgroundColor = Colors.transparent, bool? autoSizeText = false, int? minTextSize = 24, int? granularity = 2})
- ScanTextOptions.fromJson(String str)
-
factory
-
ScanTextOptions.fromMap(Map<
String, dynamic> json) -
factory
Properties
- autoSizeText ↔ bool?
-
getter/setter pair
- granularity ↔ int?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- minTextSize ↔ int?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showText ↔ bool?
-
getter/setter pair
- showTextOutBounds ↔ bool?
-
getter/setter pair
- textBackgroundColor ↔ Color?
-
getter/setter pair
- textColor ↔ Color?
-
getter/setter pair
- textSize ↔ double?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override