[mob] Make the borders of settings drawer not-round

This commit is contained in:
ashilkn 2024-04-15 10:40:10 +05:30 committed by Neeraj Gupta
parent bb90b2d3bc
commit 48cbe17ccd

View file

@ -325,6 +325,7 @@ class _HomeWidgetState extends State<HomeWidget> {
constraints: const BoxConstraints(maxWidth: 430),
child: Drawer(
width: double.infinity,
shape: const RoundedRectangleBorder(),
child: _settingsPage,
),
)