HintRow.from constructor

HintRow.from({
  1. required List<HintCell> cells,
})

Returns the new instance of HintRow based on arguments.

Implementation

HintRow.from({
  required this.cells,
});