ForgotPasswordSpacerOptions class

Options for configuring the spacer values for the forgot password form. Use this to adjust the spacing between the title, description, textfield, and button.

Annotations

Constructors

ForgotPasswordSpacerOptions({int? spacerBeforeTitle, int? spacerAfterTitle, int? spacerAfterDescription, int? spacerBeforeButton, int? spacerAfterButton, int formFlexValue = 1})
Constructs a ForgotPasswordSpacerOptions widget.
const

Properties

formFlexValue int
Flex value for the form. Defaults to 1. Use this when also using the other spacer options.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spacerAfterButton int?
Flex value for the spacer after the button.
final
spacerAfterDescription int?
Flex value for the spacer between the description and the textfield.
final
spacerAfterTitle int?
Flex value for the spacer between the title and subtitle.
final
spacerBeforeButton int?
Flex value for the spacer before the button.
final
spacerBeforeTitle int?
Flex value for the spacer before the title.
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