PISpacerRow constructor

const PISpacerRow({
  1. Key? key,
  2. Widget? left,
  3. Widget? right,
})

Implementation

const PISpacerRow({Key? key, this.left, this.right}) : super(key: key);