ListTileLeftIcon constructor

const ListTileLeftIcon({
  1. Key? key,
  2. Widget? child,
  3. bool disabled = false,
})

Implementation

const ListTileLeftIcon({
  Key? key,
  this.child,
  this.disabled = false,
}) : super(key: key);