TextConfiguration class

A configuration class used to alter the default text behaviour.

Constructors

TextConfiguration()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textDeleteDialogAllPages String?
The text to show for the option to delete all pages within the dialog that will be shown when clicking delete while multiple pages are available.
getter/setter pair
textDeleteDialogCancel String?
The text to show for the option to cancel within the dialog that will be shown when clicking delete while multiple pages are available.
getter/setter pair
textDeleteDialogCurrentPage String?
The text to show for the option to delete the current page within the dialog that will be shown when clicking delete while multiple pages are available.
getter/setter pair
textDocumentTitle String?
The title to show in the top toolbar on all pages. It overwrites page specific titles, if any are set.
getter/setter pair
textFirstPageHint String?
The text to show when user swipes to previous page but is already at the first page.
getter/setter pair
textFocusHint String?
The text to show when camera is focusing after capture got triggered.
getter/setter pair
textLastPageHint String?
The text to show when user swipes to next page but is already at the last page.
getter/setter pair
textOnboardingCloseButton String?
The text to show in the onboarding popup close button that appears when the scan page is opened for the first time.
getter/setter pair
textOnboardingMessage String?
The text to show in the onboarding popup message that appears when the scan page is opened for the first time.
getter/setter pair
textOnboardingTitle String?
The text to show in the onboarding popup title that appears when the scan page is opened for the first time.
getter/setter pair
textOnePageHint String?
The text to show when user swipes to next or previous page but only one page is available.
getter/setter pair
textScanProgress String?
The text to show in the progress popup that is shown when user clicks the done button but some pages still need to be processed.
getter/setter pair
textSizeBottomToolbar double?
The text size of elements residing in the bottom toolbar. Defaults to 10dp.
getter/setter pair
textSizeOnboardingMessage double?
The text size of the onboarding popup message that appears when the scan page is opened for the first time.
getter/setter pair
textSizeOnboardingTitle double?
The text size of the onboarding popup title that appears when the scan page is opened for the first time.
getter/setter pair
textSizeScanButtons double?
The text size of the buttons in the scan page, located at the lower part, like the torch button.
getter/setter pair
textSizeTitle double?
The text size of the title in the top toolbar. By default, auto shrinking down till 9.0 is enabled. If you define your custom size, automatic shrinking will be disabled.
getter/setter pair
textSizeTopToolbar double?
The text size of menu items residing in the top toolbar.
getter/setter pair
textTitleArrangementPage String?
The title to be displayed in the page arrangement page top toolbar.
getter/setter pair
textTitleConfirmationPage String?
The title to be displayed in the confirmation page top toolbar.
getter/setter pair
textTitleCroppingPage String?
The title to be displayed in the cropping page top toolbar.
getter/setter pair
textTitleEditPage String?
The title to be displayed in the edit page top toolbar.
getter/setter pair
textTitleFilterPage String?
The title to be displayed in the filter page top toolbar.
getter/setter pair
textTitleScanPage String?
The title to be displayed in the scan page top toolbar.
getter/setter pair

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