Skip to content

Commit

Permalink
Align nametag text center
Browse files Browse the repository at this point in the history
  • Loading branch information
sukso96100 committed Sep 7, 2023
1 parent 9a8824c commit 18eeaa1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/printScreen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,10 @@ class _PrintPageState extends State<PrintPage> {
children: [
Text(
nametagName,
textAlign: TextAlign.center,
style: TextStyle(
fontWeight: ui.FontWeight.bold,
fontSize: 80),
fontSize: 75),
),
Text(
nametagAffiliation,
Expand Down Expand Up @@ -170,6 +171,7 @@ class _PrintPageState extends State<PrintPage> {
),
Text(
couponDetail,
textAlign: TextAlign.center,
style: TextStyle(fontSize: 30),
),
],
Expand Down

0 comments on commit 18eeaa1

Please sign in to comment.