我在 SingleChildScrollView 中使用 SelectableText。
SingleChildScrollView(
child: Container(
padding: const EdgeInsets.all(20.0),
child: SelectableText(loremipsum),
),
);
在 selectionControls 中,当我选择名为 ToolBarItemControl.copy 的属性时,就会出现混乱。如果你看这里的视频,你可以看到确切的问题。滚动时如何关闭 SelectionControls?