Unverified Commit e526f859 authored by Taha Tesser's avatar Taha Tesser Committed by GitHub

Fix spacings in `typography.dart`, `navigation_bar.dart` and `modal_barrier.dart` (#102136)

parent b33c73bc
......@@ -134,8 +134,8 @@ class NavigationBar extends StatelessWidget {
VoidCallback _handleTap(int index) {
return onDestinationSelected != null
? () => onDestinationSelected!(index)
: () {};
? () => onDestinationSelected!(index)
: () {};
}
@override
......
......@@ -276,7 +276,6 @@ class _ModalBarrierSemanticsDelegate extends SemanticsGestureDelegate {
}
}
class _AnyTapGestureRecognizerFactory extends GestureRecognizerFactory<_AnyTapGestureRecognizer> {
const _AnyTapGestureRecognizerFactory({this.onAnyTapUp});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment