PreviewSettings class

Constructors

PreviewSettings({required bool show, String? title, String? subtitle, String? confirmButtonLabel, String? retryButtonLabel})

Properties

confirmButtonLabel String?
Customize the confirmation button text. This button allows the user to confirm and send the document capture.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
retryButtonLabel String?
Customize the retry button text. This button allows the user to take another capture.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
show bool
Enable/Disable the document capture preview feature.
getter/setter pair
subtitle String?
Customize the view subtitle
getter/setter pair
title String?
Customimze the view title
getter/setter pair

Methods

asMap() Map
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