mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-23 16:00:41 +00:00
fixed SettingsSection
clipBehavior
This commit is contained in:
parent
5bcdfb2b1d
commit
08274c6bb8
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ class SettingsSection extends StatelessWidget {
|
|||
Dimens.paddingM,
|
||||
),
|
||||
child: Material(
|
||||
clipBehavior: Clip.antiAlias,
|
||||
borderRadius: BorderRadius.circular(Dimens.borderRadiusL),
|
||||
color: Theme.of(context).colorScheme.primaryContainer,
|
||||
child: Padding(
|
||||
|
|
Loading…
Reference in a new issue