From 518e4140c4b37712d4ec86245561d69d4c9f9426 Mon Sep 17 00:00:00 2001 From: Flavio Escobar Date: Fri, 2 Aug 2024 10:43:48 -0300 Subject: [PATCH] WIP --- ...iter_vistor_template_component_widget.dart | 23 ++----------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/lib/components/templates_components/regisiter_vistor_template_component/regisiter_vistor_template_component_widget.dart b/lib/components/templates_components/regisiter_vistor_template_component/regisiter_vistor_template_component_widget.dart index 2632a536..1ab51600 100644 --- a/lib/components/templates_components/regisiter_vistor_template_component/regisiter_vistor_template_component_widget.dart +++ b/lib/components/templates_components/regisiter_vistor_template_component/regisiter_vistor_template_component_widget.dart @@ -335,7 +335,7 @@ class _RegisiterVistorTemplateComponentWidgetState ), Padding( padding: - const EdgeInsetsDirectional.fromSTEB(0.0, 0.0, 0.0, 10.0), + const EdgeInsetsDirectional.fromSTEB(24.0, 0.0, 24.0, 10.0), child: Container( width: MediaQuery.sizeOf(context).width * 0.95, decoration: const BoxDecoration(), @@ -345,26 +345,7 @@ class _RegisiterVistorTemplateComponentWidgetState mainAxisSize: MainAxisSize.min, mainAxisAlignment: MainAxisAlignment.start, children: [ - Padding( - padding: const EdgeInsetsDirectional.fromSTEB( - 0.0, 0.0, 0.0, 7.0), - child: Text( - FFLocalizations.of(context).getText( - 'yp23q90m' /* Selecione o tipo: */, - ), - style: FlutterFlowTheme.of(context) - .bodyMedium - .override( - fontFamily: FlutterFlowTheme.of(context) - .bodyMediumFamily, - letterSpacing: 0.0, - useGoogleFonts: GoogleFonts.asMap() - .containsKey( - FlutterFlowTheme.of(context) - .bodyMediumFamily), - ), - ), - ), + Padding( padding: const EdgeInsetsDirectional.fromSTEB( 0.0, 0.0, 0.0, 5.0),