DetailsRowWidget constructor

const DetailsRowWidget(
  1. String name,
  2. String value, {
  3. Key? key,
  4. String? other,
  5. bool showDivider = true,
})

Implementation

const DetailsRowWidget(this.name, this.value,
    {super.key, this.other, this.showDivider = true});