CroppingScreenConfiguration class
Cropping rtu-ui component configuration class
- Annotations
-
- @JsonSerializable(createFactory: false, includeIfNull: false, explicitToJson: true)
Constructors
- CroppingScreenConfiguration({Color? backgroundColor, Color? bottomBarBackgroundColor, Color? bottomBarButtonsColor, String? cancelButtonTitle, String? doneButtonTitle, Color? polygonColor, Color? polygonColorMagnetic, int? polygonLineWidth, String? rotateButtonTitle, Color? topBarBackgroundColor, Color? topBarButtonsColor, String? topBarTitle, Color? titleColor, String? detectButtonTitle, String? resetButtonTitle, bool? rotateButtonHidden, bool? detectResetButtonHidden, OrientationLockMode? orientationLockMode})
Properties
- backgroundColor ↔ Color?
-
Background color of the main screen.
read / write
- bottomBarBackgroundColor ↔ Color?
-
Background color of the bottom toolbar.
read / write
- bottomBarButtonsColor ↔ Color?
-
The color of the titles of all buttons in the bottom toolbar (Rotate button).
read / write
- cancelButtonTitle ↔ String?
-
Title of the cancel button.
read / write
- detectButtonTitle ↔ String?
-
Title of the Detect button.
read / write
- detectResetButtonHidden ↔ bool?
-
Controls whether the Detect/Reset button is hidden or not.
read / write
- doneButtonTitle ↔ String?
-
Title of the Done button.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- orientationLockMode ↔ OrientationLockMode?
-
UI orientation lock mode: PORTRAIT, LANDSCAPE, etc.
By default the UI is not locked.
read / write
- polygonColor ↔ Color?
-
Default color of the cropping outline.
read / write
- polygonColorMagnetic ↔ Color?
-
Outline color of magnetically snapped edges.
read / write
- polygonLineWidth ↔ int?
-
Width of the cropping outline.
read / write
- resetButtonTitle ↔ String?
-
Title of the Reset button.
read / write
- rotateButtonHidden ↔ bool?
-
Controls whether the Rotate button is hidden or not.
read / write
- rotateButtonTitle ↔ String?
-
Title of the Rotate button.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- titleColor ↔ Color?
-
The color of the title in the top bar (iOS only).
read / write
- topBarBackgroundColor ↔ Color?
-
Background color of the top toolbar.
read / write
- topBarButtonsColor ↔ Color?
-
The color of the titles of all buttons in the top toolbar (Cancel and Done buttons).
read / write
- topBarTitle ↔ String?
-
Title in the top bar (iOS only).
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited