ajustes de layout

This commit is contained in:
Reginaldo
2023-08-08 09:35:23 -03:00
parent f077fdd580
commit d5aef78f06
6 changed files with 48 additions and 46 deletions

View File

@@ -43,7 +43,8 @@ class InputText extends StatelessWidget {
Container(
color:colorBackground,
width: width,
margin: EdgeInsets.only(bottom: 5),
height: 35,
margin: EdgeInsets.only(bottom: 0),
child: TextFormField(
inputFormatters: inputFormatters,
keyboardType: textInputType,
@@ -52,6 +53,7 @@ class InputText extends StatelessWidget {
obscureText: this.obscure,
controller: this.controller,
enabled: enable,
textAlignVertical: TextAlignVertical.bottom,
style: TextStyle(
color: Colors.black,
fontSize: this.fontSize,