TimeAndStatus constructor
const
TimeAndStatus({})
Creates a widget for displaying time and status over an image.
Implementation
const TimeAndStatus({
super.key,
required this.time,
this.status,
this.showTime = true,
this.showStatus = true,
this.backgroundColor,
this.textStyle,
});