menu
flutterfire_ui package
documentation
auth.dart
ErrorText
ErrorText const constructor
ErrorText const constructor
dark_mode
light_mode
ErrorText
constructor
const
ErrorText
(
{
Key
?
key
,
required
Exception
exception
,
TextAlign
?
textAlign
,
})
Implementation
const ErrorText({ Key? key, required this.exception, this.textAlign, }) : super(key: key);
flutterfire_ui package
documentation
auth
ErrorText
ErrorText const constructor
ErrorText class