style: disable and style result field
Co-authored-by: aider (openrouter/deepseek/deepseek-r1:free) <aider@aider.chat>
This commit is contained in:
parent
54e40a2abc
commit
d3c509ace4
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue