AnimatedListTile constructor
const
AnimatedListTile({})
Implementation
const AnimatedListTile({
super.key,
required this.title,
this.subtitle,
this.leading,
this.trailing,
this.onTap,
this.color,
});
const AnimatedListTile({
super.key,
required this.title,
this.subtitle,
this.leading,
this.trailing,
this.onTap,
this.color,
});