LiveClock constructor

const LiveClock({
  1. TextStyle? textStyle,
  2. Widget builder(
    1. BuildContext context,
    2. DateTime time
    )?,
})

Implementation

const LiveClock({
  this.textStyle,
  this.builder,
});