opt: flutter_improved_scrolling doc & remove border

This commit is contained in:
Kingtous
2022-09-20 10:25:18 +08:00
parent 8a6ec7b18f
commit e5a292ef26
2 changed files with 8 additions and 6 deletions

View File

@@ -38,8 +38,6 @@ class _DesktopTabPageState extends State<DesktopTabPage> {
RxBool fullscreen = false.obs;
Get.put(fullscreen, tag: 'fullscreen');
final tabWidget = Container(
decoration: BoxDecoration(
border: Border.all(color: MyTheme.color(context).border!)),
child: Overlay(initialEntries: [
OverlayEntry(builder: (context) {
gFFI.dialogManager.setOverlayState(Overlay.of(context));