From 1cc2a4e8f3cd4ce3f8beda2bf12b24893f8492d7 Mon Sep 17 00:00:00 2001 From: peter-kal Date: Sat, 12 Aug 2023 02:35:50 +0300 Subject: [PATCH] Enabled Interactive Selection on textfield on bottomappbar --- lib/home.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/home.dart b/lib/home.dart index acc4a24..ae9e2f4 100644 --- a/lib/home.dart +++ b/lib/home.dart @@ -155,7 +155,7 @@ class _HomePageState extends State { style: const TextStyle( fontSize: 20, fontStyle: FontStyle.normal), readOnly: true, - enableInteractiveSelection: false, + enableInteractiveSelection: true, decoration: InputDecoration( suffix: YaruIconButton( icon: const Icon(Icons.copy),