EditPhotoDocumentStyle class

The style of the edit photo document.

Annotations

Constructors

EditPhotoDocumentStyle({bool hideAppBarDefault = false, bool hideBottomBarDefault = false, String textButtonSave = 'SAVE', List<Widget>? children, double top = 0, double bottom = 0, double left = 0, double right = 0})
Create a instance of EditPhotoDocumentStyle.
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
hideAppBarDefault bool
Hide the app bar default
final
hideBottomBarDefault bool
Hide the bottom bar default
final
left double
The distance that the left edge of the image is inserted from the left of the stack.
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
textButtonSave String
Text of save button
final
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