Skip to content

Commit

Permalink
NavigationBar improvements (flutter#116992)
Browse files Browse the repository at this point in the history
  • Loading branch information
TahaTesser authored Dec 14, 2022
1 parent f0ea376 commit f07db40
Show file tree
Hide file tree
Showing 8 changed files with 681 additions and 435 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
import 'package:flutter/material.dart';

void main() => runApp(const ExampleApp());
void main() => runApp(const NavigationBarApp());

class ExampleApp extends StatelessWidget {
const ExampleApp({super.key});
class NavigationBarApp extends StatelessWidget {
const NavigationBarApp({super.key});

@override
Widget build(BuildContext context) {
Expand Down
Loading

0 comments on commit f07db40

Please sign in to comment.