Remove see all

This commit is contained in:
Moe Poi ~ 2022-05-15 22:00:48 +07:00
parent e66665efdc
commit 4634a27a59

View file

@ -20,13 +20,6 @@ class SectionTitle extends StatelessWidget {
color: Colors.white,
fontWeight: FontWeight.w500,
),
),
TextButton(
onPressed: pressSeeAll,
child: const Text(
"See All",
style: TextStyle(color: Colors.white),
),
)
],
);