LoginTheme class

Defines the visual properties for the EntryKit widgets.

Use this class to match the authentication screens to your brand's color palette and border styling.

Constructors

LoginTheme({Color? backgroundColor, Color? primaryColor, Color? inputFillColor, TextStyle? titleStyle, TextStyle? inputTextStyle, double inputBorderRadius = 8.0})
Creates a configuration for the login UI theme.
const

Properties

backgroundColor Color?
The background color of the scaffold.
final
hashCode int
The hash code for this object.
no setterinherited
inputBorderRadius double
The border radius for buttons and input fields. Defaults to 8.0.
final
inputFillColor Color?
The fill color for text input fields.
final
inputTextStyle TextStyle?
The text style for text inside input fields.
final
primaryColor Color?
The primary accent color, used for buttons and loading indicators.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleStyle TextStyle?
The text style for the main screen titles (e.g. "Welcome").
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