SignInfoItemRow constructor

const SignInfoItemRow(
  1. String label,
  2. String content, {
  3. Key? key,
})

Implementation

const SignInfoItemRow(this.label, this.content, {Key? key}) : super(key: key);