You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Just to show zero for cleared display the same way as "regular" result I would suggest to use hintStyle:
Maybe like this: decoration: InputDecoration( border: InputBorder.none, hintText: '0', // CK hintStyle: TextStyle(fontSize: 40.0), // end CK ),
Maybe with use of variable for display fontSize?
What do you think?
BR
Cezary
The text was updated successfully, but these errors were encountered:
Hi,
Just to show zero for cleared display the same way as "regular" result I would suggest to use hintStyle:
Maybe like this:
decoration: InputDecoration(
border: InputBorder.none,
hintText: '0',
// CK
hintStyle: TextStyle(fontSize: 40.0),
// end CK
),
Maybe with use of variable for display fontSize?
What do you think?
BR
Cezary
The text was updated successfully, but these errors were encountered: