ajustes de layout
This commit is contained in:
@@ -4,6 +4,7 @@ import 'package:educa_controle_acesso/screens/responsible_register_screen.dart';
|
||||
import 'package:educa_controle_acesso/widgets/text_custom.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import '../utils/colors.dart';
|
||||
import 'caixa_texto_container.dart';
|
||||
|
||||
class DadosResponsaveisContainer extends StatelessWidget {
|
||||
|
||||
@@ -31,12 +32,13 @@ class DadosResponsaveisContainer extends StatelessWidget {
|
||||
icon: Icon(Icons.delete,color: PaletteColors.grey,),
|
||||
),
|
||||
Container(
|
||||
width: width*0.15,
|
||||
width: width*0.35,
|
||||
padding: EdgeInsets.symmetric(vertical: 10,horizontal: 5),
|
||||
child: TextCustom(
|
||||
text: '${responsavelModel.nomeResponsavel}, ${responsavelModel.parentesco}',
|
||||
color: PaletteColors.grey,
|
||||
size: 15,
|
||||
child: Row(
|
||||
children: [
|
||||
CaixaTextoContainer(texto: responsavelModel.nomeResponsavel,titulo: 'Nome',widthCustom: 0.15),
|
||||
CaixaTextoContainer(texto: responsavelModel.parentesco,titulo: 'Parentesco',widthCustom: 0.1,),
|
||||
],
|
||||
),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user