DialogItemListTileRF constructor

DialogItemListTileRF({
  1. String? title,
  2. String? subTitle,
  3. IconData? icon,
  4. double? size,
  5. Function? onTap,
})

Implementation

DialogItemListTileRF({
  this.title,
  this.subTitle,
  this.icon,
  this.size,
  this.onTap,
});