LayoutRow constructor

LayoutRow({
  1. required int totalColumns,
  2. required RowAlignment rowAlignment,
  3. required RowHeight rowHeightMode,
})

Implementation

LayoutRow({
  required this.totalColumns,
  required this.rowAlignment,
  required this.rowHeightMode,
});