wave_image

Creator: coderz1093

Last updated:

0 purchases

wave_image Image
wave_image Images
Add to Cart

Description:

wave image

wave_image #
Wave Image.
With flutter Wave image you can have a simple circular image with wave and some customization.




Property
Description




imageUrl
profile or image url (online)


speed
speed of wave. it's milliseconds


imageSize
size of circle image


boarderColor
color of border


waveColor
color of wave color


boarderWidth
with of border. most : boarderWidth >= 0


radius
radius should nigger or equal [imageSize]



Usage #
WaveImage(
boarderColor: Colors.red,
boarderWidth: 1,
imageSize: 100,
imageUrl:
'https://www.pngitem.com/pimgs/m/146-1468479_my-profile-icon-blank-profile-picture-circle-hd.png',
radius: 150,
speed: 1000,
waveColor: Colors.green,
)
copied to clipboard

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.