update
This commit is contained in:
parent
08de65a681
commit
dfbecf1e3f
8 changed files with 130 additions and 69 deletions
|
|
@ -3,11 +3,10 @@ import 'package:gap/gap.dart';
|
|||
import 'package:pharmacy_mobile/widgets/consultation_widget.dart';
|
||||
import 'package:pharmacy_mobile/widgets/customer_pagebackground_widget.dart';
|
||||
import 'package:pharmacy_mobile/widgets/customer_title_widget.dart';
|
||||
import 'package:pharmacy_mobile/widgets/description_menu_widget.dart';
|
||||
import 'package:pharmacy_mobile/widgets/indicator_widget.dart';
|
||||
import 'package:pharmacy_mobile/widgets/text_widget.dart';
|
||||
|
||||
class CustomerMainPage extends StatefulWidget {
|
||||
// final NotchBottomBarController? controller;
|
||||
const CustomerMainPage({super.key});
|
||||
|
||||
@override
|
||||
|
|
@ -25,16 +24,6 @@ class _CustomerMainPageState extends State<CustomerMainPage> {
|
|||
const CustomerTitleWidget(),
|
||||
const Gap(16),
|
||||
const IndicatorWidget(text: 'Pharmacist Consultation'),
|
||||
// const Row(
|
||||
// mainAxisAlignment: MainAxisAlignment.start,
|
||||
// children: [
|
||||
// TextWidget(
|
||||
// text: 'Pharmacist Consultation',
|
||||
// title: true,
|
||||
// size: 14,
|
||||
// ),
|
||||
// ],
|
||||
// ),
|
||||
const Gap(8),
|
||||
ConsultationWidget(
|
||||
name: 'Ofelia Franco-Alcala, RPh',
|
||||
|
|
@ -74,8 +63,17 @@ class _CustomerMainPageState extends State<CustomerMainPage> {
|
|||
color: 'blue',
|
||||
margin: 32,
|
||||
),
|
||||
// const Gap(32),
|
||||
// ButtonWidget(text: 'Log Out', onPressed: signOut)
|
||||
const Gap(16),
|
||||
const IndicatorWidget(text: 'Quick Description'),
|
||||
const Gap(8),
|
||||
const DescriptionMenuWidget(
|
||||
title: 'Fever', description: "A fever is an abnormally high body temperature.", margin: 16),
|
||||
const Gap(8),
|
||||
const DescriptionMenuWidget(
|
||||
title: 'Fever', description: "A fever is an abnormally high body temperature.", margin: 16),
|
||||
const Gap(8),
|
||||
const DescriptionMenuWidget(
|
||||
title: 'Fever', description: "A fever is an abnormally high body temperature.", margin: 16),
|
||||
],
|
||||
)));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue