SortIconColors.all constructor

SortIconColors.all(
  1. Color color
)

Implementation

factory SortIconColors.all(Color color) {
  return SortIconColors(ascending: color, descending: color);
}