Changed flutter_split_view package source and hide divider

This commit is contained in:
Juan Gilsanz Polo 2023-05-01 13:16:31 +02:00
parent 7d5d802aea
commit 4531e15566
3 changed files with 10 additions and 5 deletions

View file

@ -39,6 +39,7 @@ class Settings extends StatelessWidget {
if (width > 900 || !(Platform.isAndroid || Platform.isIOS)) {
return const SplitView.material(
breakpoint: 900,
hideDivider: true,
child: SettingsWidget(),
);
}