ajustes nos dados do contatos
This commit is contained in:
@@ -9,7 +9,6 @@ class TextCustom extends StatelessWidget {
|
||||
final fontWeight;
|
||||
final textAlign;
|
||||
final maxLines;
|
||||
final underscore;
|
||||
|
||||
TextCustom({
|
||||
required this.text,
|
||||
@@ -18,7 +17,6 @@ class TextCustom extends StatelessWidget {
|
||||
this.fontWeight = FontWeight.normal,
|
||||
this.textAlign = TextAlign.start,
|
||||
this.maxLines = 1,
|
||||
this.underscore,
|
||||
});
|
||||
|
||||
@override
|
||||
@@ -32,9 +30,9 @@ class TextCustom extends StatelessWidget {
|
||||
color: color,
|
||||
fontSize: size,
|
||||
fontWeight: fontWeight,
|
||||
decoration: underscore,
|
||||
decorationThickness: 4,
|
||||
fontFamily: 'Nunito'
|
||||
fontFamily: 'Nunito',
|
||||
decoration: TextDecoration.none
|
||||
),
|
||||
maxLines: maxLines,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user