ContentCardFO constructor

const ContentCardFO({
  1. Key? key,
  2. String? foNumber,
  3. required String statusLabel,
  4. required Color statusBGColor,
  5. String? depatureTime,
  6. String? origin,
})

Implementation

const ContentCardFO({
  super.key,
  this.foNumber,
  required this.statusLabel,
  required this.statusBGColor,
  this.depatureTime,
  this.origin,
});