mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Ensure the ink is clipped on the settings button (#209)
This commit is contained in:
@@ -242,6 +242,7 @@ class _BackdropState extends State<Backdrop>
|
||||
color: _isSettingsOpen & !_controller.isAnimating
|
||||
? Colors.transparent
|
||||
: Theme.of(context).colorScheme.secondaryVariant,
|
||||
clipBehavior: Clip.antiAlias,
|
||||
child: InkWell(
|
||||
onTap: toggleSettings,
|
||||
child: Padding(
|
||||
|
||||
Reference in New Issue
Block a user