Row constructor

const Row({
  1. required List<Object> children,
  2. int spacing = 0,
})

Implementation

const Row({required this.children, this.spacing = 0});