TakePhotoDocumentStyle class

The style of the take photo document.

Annotations

Constructors

TakePhotoDocumentStyle({Widget onLoading = const Center(child: CircularProgressIndicator()), List<Widget>? children, double top = 0, double bottom = 0, double left = 0, double right = 0, bool hideDefaultButtonTakePicture = false})
Create a instance of TakePhotoDocumentStyle.
const

Properties

bottom double
The distance that the bottom edge of the image is inserted from the bottom of the stack.
final
children List<Widget>?
Widget to be displayed on the page
final
hashCode int
The hash code for this object.
no setterinherited
hideDefaultButtonTakePicture bool
Hide the default button to take picture
final
left double
The distance that the left edge of the image is inserted from the left of the stack.
final
onLoading Widget
Widget to be displayed while loading the camera
final
The distance that the right edge of the image is inserted from the right of the stack.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top double
The distance that the top edge of the image is inserted from the top of the stack.
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