AppListTitle constructor
const
AppListTitle({})
Implementation
const AppListTitle({
Key? key,
this.title = '',
this.subtitle,
this.trailing,
this.icon,
this.onPressed,
this.border = false,
this.titleStyle,
this.subtitleStyle,
}) : super(key: key);