update
This commit is contained in:
parent
57b8bdc067
commit
7e1ad68433
3 changed files with 33 additions and 29 deletions
|
|
@ -15,7 +15,7 @@ class TextWidget extends StatelessWidget {
|
|||
style: GoogleFonts.outfit(
|
||||
textStyle: TextStyle(
|
||||
color: Color.fromRGBO(255, 255, 255, opacity ?? 1),
|
||||
fontSize: size ?? 32,
|
||||
fontSize: size ?? 28,
|
||||
fontWeight: bold == true ? FontWeight.bold : FontWeight.normal)));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue