NowClock constructor

NowClock({
  1. Key? key,
  2. Color? BackGroundColor,
  3. String? textFontFamily,
})

Implementation

NowClock({super.key, this.BackGroundColor, this.textFontFamily});