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(
child: TextFormField(
readOnly: true,
enabled: false,
enabled: true,
controller: TextEditingController(text: _result),
decoration: const InputDecoration(
border: UnderlineInputBorder(),