AliceStatsRow constructor

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

Implementation

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