StatItemView constructor Null safety
Implementation
StatItemView({
Key? key,
this.action = "포유",
this.seconds = 0,
this.prevSeconds = 0,
this.isReverse = false,
this.isIntValue = false,
required this.selectedDate,
this.suffix = "회",
this.showDifference = true,
}) : super(key: key);