Row constructor

const Row(
  1. List<Widget> children
)

Creates a horizontal layout for children.

Implementation

const Row(this.children);