ListTileItem constructor
ListTileItem({
- EdgeInsets? padding,
- Widget? leading,
- String? text,
- Color? color,
- double? fontSize,
- FontWeight? fontWeight,
- String? fontFamily,
Implementation
ListTileItem({
this.padding,
this.leading,
this.text,
this.color,
this.fontSize,
this.fontWeight,
this.fontFamily,
});