Merge branch 'app-changes' into 'development'

hot fix

See merge request Cloud_Solution/doctor_app_flutter!524
merge-requests/525/merge
Mohammad Aljammal 5 years ago
commit 175168d56a

@ -160,7 +160,7 @@ class ProcedureCard extends StatelessWidget {
),
],
),
Container(
/*Container(
alignment: Alignment.centerRight,
child: InkWell(
onTap: () {
@ -180,7 +180,7 @@ class ProcedureCard extends StatelessWidget {
color: Colors.blue,
),
),
),
),*/
// Row(
// mainAxisAlignment: MainAxisAlignment.spaceBetween,
// children: [

@ -32,7 +32,7 @@ class AppText extends StatefulWidget {
AppText(
this.text, {
this.color = Colors.black,
this.fontWeight = FontWeight.normal,
this.fontWeight,
this.variant,
this.fontSize,
this.fontFamily = 'Poppins',

Loading…
Cancel
Save