InfoTile constructor
Implementation
const InfoTile({
super.key,
this.title,
required this.content,
this.trailing,
this.subtitle = const [],
this.maxLines = 1,
this.danger = false,
});
const InfoTile({
super.key,
this.title,
required this.content,
this.trailing,
this.subtitle = const [],
this.maxLines = 1,
this.danger = false,
});