ajustes de layout
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user