ListTileItem constructor

ListTileItem({
  1. EdgeInsets? padding,
  2. Widget? leading,
  3. String? text,
  4. Color? color,
  5. double? fontSize,
  6. FontWeight? fontWeight,
  7. String? fontFamily,
})

Implementation

ListTileItem({
  this.padding,
  this.leading,
  this.text,
  this.color,
  this.fontSize,
  this.fontWeight,
  this.fontFamily,
});