withQuantityAndPrice constant

RepeatableFieldConfig const withQuantityAndPrice

Implementation

static const withQuantityAndPrice = RepeatableFieldConfig(
  showQuantity: true,
  showCustomPrice: true,
  dropdownWidth: 50,
  priceRequired: false,
  showTotalBox: true,
  totalBoxLabel: 'Totale:',
);