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, alignment: Alignment.centerRight,
child: InkWell( child: InkWell(
onTap: () { onTap: () {
@ -180,7 +180,7 @@ class ProcedureCard extends StatelessWidget {
color: Colors.blue, color: Colors.blue,
), ),
), ),
), ),*/
// Row( // Row(
// mainAxisAlignment: MainAxisAlignment.spaceBetween, // mainAxisAlignment: MainAxisAlignment.spaceBetween,
// children: [ // children: [

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

Loading…
Cancel
Save