Skip to content

Commit e526f85

Browse files
authored
Fix spacings in typography.dart, navigation_bar.dart and modal_barrier.dart (#102136)
1 parent b33c73b commit e526f85

File tree

3 files changed

+241
-242
lines changed

3 files changed

+241
-242
lines changed

packages/flutter/lib/src/material/navigation_bar.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ class NavigationBar extends StatelessWidget {
134134

135135
VoidCallback _handleTap(int index) {
136136
return onDestinationSelected != null
137-
? () => onDestinationSelected!(index)
138-
: () {};
137+
? () => onDestinationSelected!(index)
138+
: () {};
139139
}
140140

141141
@override

0 commit comments

Comments
 (0)