TListTileWithDesc constructor
TListTileWithDesc({})
Implementation
TListTileWithDesc({
super.key,
required this.title,
this.trailing,
this.desc = '',
this.leading,
this.spacing = 10,
this.onClick,
this.isUseCardWidget = true,
this.padding = const EdgeInsets.all(8.0),
});