selectable output variable

This commit is contained in:
Álvaro González 2026-03-19 18:47:02 +01:00
parent daebfeb385
commit 842ce6acc9

View file

@ -352,7 +352,7 @@ class _FormulaScreenState extends State<FormulaScreen> {
Expanded( Expanded(
child: TextFormField( child: TextFormField(
readOnly: true, readOnly: true,
enabled: false, enabled: true,
controller: TextEditingController(text: _result), controller: TextEditingController(text: _result),
decoration: const InputDecoration( decoration: const InputDecoration(
border: UnderlineInputBorder(), border: UnderlineInputBorder(),