HeaderSelectionStartIntent constructor

const HeaderSelectionStartIntent({
  1. required int header,
  2. required Axis axis,
})

Implementation

const HeaderSelectionStartIntent({
  required this.header,
  required this.axis,
});