Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit f07db40

Browse files
authored
NavigationBar improvements (#116992)
1 parent f0ea376 commit f07db40

File tree

8 files changed

+681
-435
lines changed

8 files changed

+681
-435
lines changed

examples/api/lib/material/navigation_bar/navigation_bar.0.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
77
import 'package:flutter/material.dart';
88

9-
void main() => runApp(const ExampleApp());
9+
void main() => runApp(const NavigationBarApp());
1010

11-
class ExampleApp extends StatelessWidget {
12-
const ExampleApp({super.key});
11+
class NavigationBarApp extends StatelessWidget {
12+
const NavigationBarApp({super.key});
1313

1414
@override
1515
Widget build(BuildContext context) {

0 commit comments

Comments
 (0)