ajustes de layout
This commit is contained in:
@@ -189,7 +189,6 @@ class _HomeScreenState extends State<HomeScreen> {
|
||||
text: showEscola?'Cadastrar Pais':'Cadastrar Usuários',
|
||||
fontSize: 15,
|
||||
widthCustom: 0.1,
|
||||
heightCustom: 0.05,
|
||||
colorButton: PaletteColors.primaryColor,
|
||||
colorText: PaletteColors.white,
|
||||
colorBorder: PaletteColors.white
|
||||
@@ -218,7 +217,7 @@ class _HomeScreenState extends State<HomeScreen> {
|
||||
Padding(
|
||||
padding: EdgeInsets.symmetric(horizontal: width>900?width*0.1:width*0.05),
|
||||
child: Row(
|
||||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
crossAxisAlignment: CrossAxisAlignment.end,
|
||||
children: [
|
||||
InputText(
|
||||
hint: 'Pesquisar por login do usuário'.toUpperCase(),
|
||||
@@ -228,9 +227,9 @@ class _HomeScreenState extends State<HomeScreen> {
|
||||
fontSize: 14,
|
||||
colorBackground: Colors.white,
|
||||
),
|
||||
SizedBox(width: 10,),
|
||||
ButtonCustom(
|
||||
widthCustom: 0.05,
|
||||
heightCustom: 0.063,
|
||||
text: "PESQUISAR",
|
||||
fontSize: 10.0,
|
||||
colorText: PaletteColors.white,
|
||||
@@ -248,9 +247,9 @@ class _HomeScreenState extends State<HomeScreen> {
|
||||
}
|
||||
},
|
||||
),
|
||||
SizedBox(width: 10,),
|
||||
ButtonCustom(
|
||||
widthCustom: 0.05,
|
||||
heightCustom: 0.063,
|
||||
text: "LIMPAR",
|
||||
fontSize: 10.0,
|
||||
colorText: PaletteColors.white,
|
||||
@@ -334,7 +333,7 @@ class _HomeScreenState extends State<HomeScreen> {
|
||||
Padding(
|
||||
padding: EdgeInsets.symmetric(horizontal: width>900?width*0.1:width*0.05),
|
||||
child: Row(
|
||||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
crossAxisAlignment: CrossAxisAlignment.end,
|
||||
children: [
|
||||
InputText(
|
||||
hint: 'Pesquisar por nome do aluno(a)'.toUpperCase(),
|
||||
@@ -344,9 +343,9 @@ class _HomeScreenState extends State<HomeScreen> {
|
||||
fontSize: 14,
|
||||
colorBackground: Colors.white,
|
||||
),
|
||||
SizedBox(width: 10,),
|
||||
ButtonCustom(
|
||||
widthCustom: 0.05,
|
||||
heightCustom: 0.063,
|
||||
text: "PESQUISAR",
|
||||
fontSize: 10.0,
|
||||
colorText: PaletteColors.white,
|
||||
@@ -363,9 +362,9 @@ class _HomeScreenState extends State<HomeScreen> {
|
||||
}
|
||||
},
|
||||
),
|
||||
SizedBox(width: 10,),
|
||||
ButtonCustom(
|
||||
widthCustom: 0.05,
|
||||
heightCustom: 0.063,
|
||||
text: "LIMPAR",
|
||||
fontSize: 10.0,
|
||||
colorText: PaletteColors.white,
|
||||
|
||||
Reference in New Issue
Block a user