LoginField constructor
- EdgeInsets padding = const EdgeInsets.all(5),
- Key? key,
- bool autofocus = false,
Implementation
LoginField(
{this.padding = const EdgeInsets.all(5),
Key? key,
this.autofocus = false})
: super(key: key);
LoginField(
{this.padding = const EdgeInsets.all(5),
Key? key,
this.autofocus = false})
: super(key: key);