FlutterAnalogClock constructor
Implementation
const FlutterAnalogClock(
{this.dateTime,
this.borderWidth = 0,
this.radius = 350,
this.decoration = const BoxDecoration(),
this.child,
Key key})
: super(key: key);
const FlutterAnalogClock(
{this.dateTime,
this.borderWidth = 0,
this.radius = 350,
this.decoration = const BoxDecoration(),
this.child,
Key key})
: super(key: key);