PlaygroundRow constructor

const PlaygroundRow({
  1. required Widget child,
})

Implementation

const PlaygroundRow({required this.child});