CardLeading constructor

const CardLeading({
  1. required String type,
  2. required String field,
  3. String? fallback,
})

Implementation

const CardLeading({required this.type, required this.field, this.fallback});