79393098

Date: 2025-01-28 08:15:18
Score: 1
Natty:
Report link

TextField( controller: _controller, decoration: InputDecoration( labelText: 'Enter Amount', border: OutlineInputBorder(), suffixText: ' USD', // Currency symbol as suffix suffixStyle: TextStyle(fontSize: 16, fontWeight: FontWeight.bold), ), keyboardType: TextInputType.numberWithOptions(decimal: true), ),

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Anas Abd Elazim