AppAuthSplitLayout class final

Layout dividido usado nas páginas de autenticação (login/OTP).

No desktop mostra um painel de marca (logo, título, subtítulo + o formulário child) à esquerda e uma imagem de fundo à direita; no mobile empilha o formulário num card centralizado sobre a imagem de fundo. A quebra segue os breakpoints de AppDevice. Cores 100% do tema; cantos do card mobile seguem o eixo de raio global; com websiteUrl o logo vira link, com micro-interação de toque.

Inheritance

Constructors

AppAuthSplitLayout({required String brandSubtitle, required String brandTitle, required Widget child, String? backgroundImageUrl, String? logoUrl, String? websiteUrl, Key? key})
Cria um AppAuthSplitLayout.
const

Properties

backgroundImageUrl String?
URL da imagem de fundo (opcional; PNG/JPG ou SVG).
final
brandSubtitle String
Subtítulo da marca.
final
brandTitle String
Título da marca.
final
child Widget
Conteúdo do formulário de autenticação.
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
logoUrl String?
Ícone/logo mostrado no topo do painel de marca. Opcional.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
websiteUrl String?
Site que o logo abre ao ser tocado. Opcional.
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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