LoginUIConfigBuilder class

Constructors

LoginUIConfigBuilder()

Properties

account String?
getter/setter pair
authenticationCancellable bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isAccountEditable bool
getter/setter pair
logoImageAssetFilename String?
getter/setter pair
openAccountInputDirectly bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() → LoginUIConfig
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setIsAccountEditable(bool isAccountEditable) LoginUIConfigBuilder
toString() String
A string representation of this object.
inherited
withAccount(String account) LoginUIConfigBuilder
withAuthenticationCancellable(bool authenticationCancellable) LoginUIConfigBuilder
withLocalAssetFilename(String logoImageAssetFilename) LoginUIConfigBuilder
withOpenAccountInputDirectly(bool toAccountInputDirectly) LoginUIConfigBuilder

Operators

operator ==(Object other) bool
The equality operator.
inherited