Skip to content

Commit

Permalink
Enabled Interactive Selection on textfield on bottomappbar
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-kal committed Aug 11, 2023
1 parent 569b659 commit 1cc2a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class _HomePageState extends State<HomePage> {
style: const TextStyle(
fontSize: 20, fontStyle: FontStyle.normal),
readOnly: true,
enableInteractiveSelection: false,
enableInteractiveSelection: true,
decoration: InputDecoration(
suffix: YaruIconButton(
icon: const Icon(Icons.copy),
Expand Down

0 comments on commit 1cc2a4e

Please sign in to comment.