LogTileWidget constructor
const
LogTileWidget({})
Creates a log tile. Only title is required.
Implementation
const LogTileWidget({
super.key,
this.prefix,
this.subTitle,
required this.title,
this.suffix,
this.titleColor,
this.onTap,
});