InAppSorting constructor

const InAppSorting(
  1. String field, {
  2. bool descending = false,
})

Implementation

const InAppSorting(
  super.field, {
  super.descending,
});