improvements

design_3.0_asset_delivery_module
Sikander Saleem 4 weeks ago
parent bf4d2a3257
commit 9b00c0c158

@ -121,8 +121,6 @@ class _DeliveryInspectionFormViewState extends State<DeliveryInspectionFormView>
children: [
Row(
children: [
AppFilledButton(buttonColor: AppColor.primary10, label: 'Save'.addTranslation, maxWidth: true, onPressed: _saveTap).expanded,
8.width,
AppFilledButton(
buttonColor: AppColor.primary10,
label: 'Attachments'.addTranslation,
@ -130,9 +128,11 @@ class _DeliveryInspectionFormViewState extends State<DeliveryInspectionFormView>
onPressed: () {
HelperFunction.attachmentTap(context: context, assetDeliveryProvider: assetDeliveryProvider!, deliveryTableItemId: widget.deliveryTableModel.id);
}).expanded,
12.width,
AppFilledButton(buttonColor: AppColor.primary10, label: 'Save'.addTranslation, maxWidth: true, onPressed: _saveTap).expanded,
],
),
16.height,
12.height,
Row(
children: [
AppFilledButton(
@ -521,7 +521,7 @@ class _DeliveryInspectionFormViewState extends State<DeliveryInspectionFormView>
onTap: onTap,
borderRadius: BorderRadius.circular(12),
child: Container(
padding: const EdgeInsets.all(14),
padding: const EdgeInsets.all(12),
decoration: BoxDecoration(
color: AppColor.fieldBgColor(context),
borderRadius: BorderRadius.circular(12),
@ -530,6 +530,7 @@ class _DeliveryInspectionFormViewState extends State<DeliveryInspectionFormView>
children: [
Column(
crossAxisAlignment: CrossAxisAlignment.start,
mainAxisSize: MainAxisSize.min,
children: [
Text(title, style: AppTextStyles.textFieldLabelStyle),
6.height,

Loading…
Cancel
Save