0 purchases
current date analog clock
a flutter packge to show a clock (with a special svg image for background) in your projects.
time is a getter from DateTome.now().
Features #
show analog clock .
Usage #
const CurrentDateAnalogClock(
width: 250,
//This property is used to set the color of the hour hand.
hourHandColor: Color(0xff3456C6),
//This property is used to set the color of the hour hand.
minuteHandColor: Color(0xff3456C6),
secondHandColor: Color(0xff7CB8FF),
centerPointColor: Color(0xff3456C6),
),
copied to clipboard
finally use CurrentDateAnalogClock in your ui.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.