DocumentCameraTitleStyle class
Title styling configuration for DocumentCameraFrame
Constructors
- DocumentCameraTitleStyle.new({Widget? title, Widget? frontSideTitle, Widget? backSideTitle, Alignment? screenTitleAlignment, EdgeInsets? screenTitlePadding})
-
const
Properties
- backSideTitle → Widget?
-
Custom title for back side capture (optional).
final
- frontSideTitle → Widget?
-
Custom title for front side capture (optional).
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screenTitleAlignment → Alignment?
-
Alignment of the screen title (optional).
final
- screenTitlePadding → EdgeInsets?
-
Padding for the screen title (optional).
final
- title → Widget?
-
Widget to display as the screen's title (optional).
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