Skip to content

Commit 69ac602

Browse files
FLUT-897874-[others]: Updated the code
1 parent a93c7f5 commit 69ac602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class _MyAppState extends State<MyApp> {
101101
void main() {
102102
runApp(MaterialApp(
103103
home: Scaffold(
104-
appBar: AppBar(title: const Text('SfRadialGauge Example')),
104+
appBar: AppBar(title: const Text('Creating an Interactive Rounded Radial Gauge with Flutter')),
105105
body: const Center(
106106
child: MyApp(),
107107
),

0 commit comments

Comments
 (0)