CenteredRow constructor

const CenteredRow(
  1. Widget label,
  2. Widget child
)

Implementation

const CenteredRow(this.label, this.child);