Ensure the ink is clipped on the settings button (#209)

pull/211/head
rami-a 5 years ago committed by GitHub
parent 300fa89670
commit 8b2688452a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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(

Loading…
Cancel
Save