ListItemDecoration constructor

const ListItemDecoration({
  1. Color? splashColor,
  2. Color? highlightColor,
  3. Color? selectedColor,
  4. Color? selectedIconColor,
  5. BorderSide? selectedIconBorder,
  6. OutlinedBorder? selectedIconShape,
})

Implementation

const ListItemDecoration({
  this.splashColor,
  this.highlightColor,
  this.selectedColor,
  this.selectedIconColor,
  this.selectedIconBorder,
  this.selectedIconShape,
});