update
This commit is contained in:
parent
bda39a56d0
commit
37a855cc6c
21 changed files with 176 additions and 226 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue