LoginSpacerOptions class

Annotations

Constructors

LoginSpacerOptions({int? spacerBeforeTitle, int? spacerAfterTitle, int? spacerAfterSubtitle, int? spacerAfterImage, int? spacerAfterForm, int? spacerAfterButton, int formFlexValue = 1, int titleSpacer = 1})
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
spacerAfterForm int?
Flex value for the spacer between the form and button.
final
spacerAfterImage int?
Flex value for the spacer between the image and form.
final
spacerAfterSubtitle int?
Flex value for the spacer between the subtitle and image.
final
spacerAfterTitle int?
Flex value for the spacer between the title and subtitle.
final
spacerBeforeTitle int?
Flex value for the spacer before the title.
final
titleSpacer int
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