FittedBox
menyesuaikan ukuran text pada parent

Column(
children: <Widget>[
FittedBox(child: Text('\$${spendidngAmount.toStringAsFixed(0)}')),
SizedBox(
height: 4,
),Last updated
Was this helpful?
menyesuaikan ukuran text pada parent

Column(
children: <Widget>[
FittedBox(child: Text('\$${spendidngAmount.toStringAsFixed(0)}')),
SizedBox(
height: 4,
),Last updated
Was this helpful?