CircleWallClock constructor

const CircleWallClock({
  1. Key? key,
  2. bool shouldShowNumberClock = false,
})

Implementation

const CircleWallClock({Key? key, this.shouldShowNumberClock = false}) : super(key: key);