|
|
|
|
@ -52,7 +52,7 @@ class PrescriptionsHistoryDetailsPage extends StatelessWidget {
|
|
|
|
|
Expanded(
|
|
|
|
|
child: ListView(
|
|
|
|
|
physics: BouncingScrollPhysics(),
|
|
|
|
|
padding: EdgeInsets.all(21),
|
|
|
|
|
padding: EdgeInsets.all(25),
|
|
|
|
|
children: <Widget>[
|
|
|
|
|
Container(
|
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
|
@ -75,8 +75,10 @@ class PrescriptionsHistoryDetailsPage extends StatelessWidget {
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
border: Border.all(color: Colors.white, width: 1),
|
|
|
|
|
borderRadius: BorderRadius.only(
|
|
|
|
|
bottomRight: Radius.circular(10.0),
|
|
|
|
|
topRight: Radius.circular(10.0),
|
|
|
|
|
topLeft:projectViewModel.isArabic? Radius.circular(0.0):Radius.circular(10.0),
|
|
|
|
|
bottomLeft:projectViewModel.isArabic? Radius.circular(0.0):Radius.circular(10.0),
|
|
|
|
|
topRight:projectViewModel.isArabic? Radius.circular(10.0):Radius.circular(0.0),
|
|
|
|
|
bottomRight:projectViewModel.isArabic? Radius.circular(10.0):Radius.circular(0.0),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
child: Column(
|
|
|
|
|
@ -162,7 +164,7 @@ class PrescriptionsHistoryDetailsPage extends StatelessWidget {
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
Container(
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
color: Theme.of(context).scaffoldBackgroundColor,
|
|
|
|
|
padding: EdgeInsets.only(top: 16, bottom: 16, right: 21, left: 21),
|
|
|
|
|
child: DefaultButton(
|
|
|
|
|
TranslationBase.of(context).cancelOrder,
|
|
|
|
|
|