current_date_analog_clock

Creator: coderz1093

Last updated:

0 purchases

current_date_analog_clock Image
current_date_analog_clock Images

Languages

Categories

Add to Cart

Description:

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.