update look and feel of input fields
This commit is contained in:
parent
543930fc4b
commit
6f10fd8572
5 changed files with 213 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ class _MyPassFieldState extends State<MyPassField> {
|
|||
Widget setRequiredText() {
|
||||
if (widget.required) {
|
||||
return Row(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
const Text(
|
||||
"*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue