This commit is contained in:
Patrick Alvin Alcala 2025-02-27 15:28:36 +08:00
parent bda39a56d0
commit 37a855cc6c
21 changed files with 176 additions and 226 deletions

View file

@ -20,7 +20,6 @@ class CustomerMainPage extends StatefulWidget {
}
class _CustomerMainPageState extends State<CustomerMainPage> {
@override
Widget build(BuildContext context) {
return Scaffold(
@ -68,10 +67,10 @@ class _CustomerMainPageState extends State<CustomerMainPage> {
margin: 32,
),
const Gap(16),
Row(
const Row(
mainAxisAlignment: MainAxisAlignment.start,
children: [
const TextWidget(
TextWidget(
text: 'Doctor Consultation',
title: true,
size: 14,