ListUlIcon constructor

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

Implementation

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