TileTitleSubTitle constructor Null safety
Implementation
const TileTitleSubTitle(
{Key? key, this.title, this.subtitle, this.accent = Colors.purple})
: super(key: key);
const TileTitleSubTitle(
{Key? key, this.title, this.subtitle, this.accent = Colors.purple})
: super(key: key);