SortIcon constructor

const SortIcon({
  1. Key? key,
  2. Color? color,
})

Implementation

const SortIcon({
  super.key,
  this.color,
});