TileIconTitle constructor Null safety

const TileIconTitle(
  1. {Key? key,
  2. IconData? icon,
  3. String? title,
  4. Color? accent}
)

Implementation

const TileIconTitle({Key? key, this.icon, this.title, this.accent})
    : super(key: key);