LoginDreamView constructor
const
LoginDreamView({
- Key? key,
- String? logoUrl,
- required AppBar appBar,
- required List<
CustomTextFormField> fields,
Implementation
const LoginDreamView({
super.key,
this.logoUrl,
required this.appBar,
required this.fields,
});