selectable output variable
This commit is contained in:
parent
daebfeb385
commit
842ce6acc9
1 changed files with 1 additions and 1 deletions
|
|
@ -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(),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue