const TileWithIcon({ Key? key, required this.leadingIcon, required this.text, required this.onTapped, }) : super(key: key);