Use a consistent header on each page.

This commit is contained in:
2025-03-27 14:48:07 -07:00
parent 1966f72c93
commit d9f8536f26
4 changed files with 12 additions and 10 deletions
+4
View File
@@ -3,6 +3,9 @@ import '/models/item_type.dart';
import 'package:flutter/material.dart';
import 'package:url_launcher/url_launcher_string.dart';
// Local
import '/widgets/cards.dart';
_launchSite(String url) async {
try {
if (await canLaunchUrlString(url)) {
@@ -39,6 +42,7 @@ class HelpPage extends StatelessWidget {
),
child: Column(
children: [
TitleCard(title: "Help"),
Text(
"\t\t This app is meant to be a simple budgeting tool,"
" allowing you to view your income and expenses at a high"