EntryTile constructor

const EntryTile({
  1. String? label,
  2. String? value,
  3. Key? key,
})

Implementation

const EntryTile({this.label, this.value, super.key});