CameraLanguage class

Constructors

CameraLanguage.new({String contentLoadCamera = 'Camera is initializing', TextStyle? styleLoadCamera, String noPhotoOnGallery = 'There are no photos in the gallery', TextStyle? styleNoPhotoOnGallery, String confirmChoice = 'Confirm selection of this photo?', TextStyle? styleConfirmChoice, String confirm = 'Agree', String cancel = 'Cancel', String scanQR = 'Insert the QR code into the frame', String choiceImageFromGallery = 'Select the photo', String noQrInImage = 'No QR code seen in the photo', String toMuchQr = 'There are too many QR codes in the screen', String noLibraryAccess = 'No library access', String citizenInFrame = 'Include citizen identification card in the frame'})
const

Properties

cancel String
final
choiceImageFromGallery String
final
citizenInFrame String
final
confirm String
final
confirmChoice String
final
contentLoadCamera String
final
hashCode int
The hash code for this object.
no setterinherited
noLibraryAccess String
final
noPhotoOnGallery String
final
noQrInImage String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanQR String
final
styleConfirmChoice TextStyle?
final
styleLoadCamera TextStyle?
final
styleNoPhotoOnGallery TextStyle?
final
toMuchQr String
final

Methods

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