ListTileRightIcon constructor

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

Implementation

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