style: disable and style result field

Co-authored-by: aider (openrouter/deepseek/deepseek-r1:free) <aider@aider.chat>
This commit is contained in:
Álvaro González 2025-09-14 16:41:34 +02:00
parent 54e40a2abc
commit d3c509ace4

View file

@ -154,9 +154,11 @@ class _FormulaScreenState extends State<FormulaScreen> {
width: 100, width: 100,
child: TextFormField( child: TextFormField(
readOnly: true, readOnly: true,
enabled: false,
controller: TextEditingController(text: _result), controller: TextEditingController(text: _result),
decoration: const InputDecoration( decoration: const InputDecoration(
border: UnderlineInputBorder(), border: UnderlineInputBorder(),
filled: true,
), ),
), ),
), ),