consistency in ui
This commit is contained in:
parent
d7bcb29eda
commit
49038e9adc
1 changed files with 4 additions and 0 deletions
|
@ -443,6 +443,10 @@ class ReceiptPage2State extends State<ReceiptPage2> {
|
|||
height: 40.0,
|
||||
width: MediaQuery.of(context).size.width * 0.6,
|
||||
child: TextField(
|
||||
style: TextStyle(
|
||||
fontSize: 20,
|
||||
),
|
||||
textAlign: TextAlign.center,
|
||||
controller: transaction.amount,
|
||||
decoration: InputDecoration(
|
||||
hintText: "0.00"
|
||||
|
|
Reference in a new issue