Skip to content

Commit 36164a7

Browse files
authored
Update main_content_page.dart
1 parent a72b3d1 commit 36164a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

state_management_comparisons/lib/shared/ui/main_content_page.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class MainContentPage extends StatelessWidget {
1616
Expanded(child: rightSide),
1717
],
1818
),
19-
const Text('GET IT', style: TextStyle(fontSize: 24)),
19+
const Text(title, style: TextStyle(fontSize: 24)),
2020
],
2121
);
2222
}

0 commit comments

Comments
 (0)