withPrice constant

RepeatableFieldConfig const withPrice

Implementation

static const withPrice = RepeatableFieldConfig(
  showCustomPrice: true,
  dropdownWidth: 60,
  priceRequired: true,
  showInfoBox: true,
  infoBoxText: 'I prodotti inclusi compongono un PACCHETTO. Il prezzo finale sarĂ  CALCOLATO AUTOMATICAMENTE dalla somma dei loro prezzi. Puoi personalizzare il prezzo di ogni prodotto.',
  infoBoxColor: Color(0xFFFFF3E0),
  infoBoxIcon: Icons.warning_amber_rounded,
  showTotalBox: true,
  totalBoxLabel: 'Prezzo Totale Calcolato:',
);