DSCard constructor

const DSCard({
  1. String? noKontrak,
  2. String? licensePlate,
  3. Widget? angsuranPerBulan,
  4. Widget? jatuhTempo,
  5. String? bgCard,
  6. String? icon,
  7. String? titleAngsuran,
  8. String? arrowUp,
  9. GestureTapCallback? onTap,
})

Implementation

const DSCard(
    {this.noKontrak,
    this.licensePlate,
    this.angsuranPerBulan,
    this.jatuhTempo,
    this.bgCard,
    this.icon,
    this.titleAngsuran,
    this.arrowUp,
    this.onTap});