edit card_position.dart

merge-update-with-lab-changes
Amjad amireh 6 years ago
parent ddf53ce999
commit e638464657

@ -90,7 +90,7 @@ class CardPosition extends StatelessWidget {
style: TextStyle( style: TextStyle(
fontSize: 22.0, fontWeight: FontWeight.w600), fontSize: 22.0, fontWeight: FontWeight.w600),
),image:Image.network(networkImage, fit: BoxFit.cover,), ),image:Image.network(networkImage, fit: BoxFit.cover,),
buttonOkText:Text("LOCATION"), buttonOkText:Text("LOCATION"),
buttonOkColor: Colors.grey, buttonOkColor: Colors.grey,
buttonCancelText:Text('CAll') , buttonCancelText:Text('CAll') ,

Loading…
Cancel
Save