ClueCircularLoading constructor
const
ClueCircularLoading({})
Creates a ClueCircularLoading.
width
specifies the width of the loading indicator.
height
specifies the height of the loading indicator.
color
specifies the color of the loading indicator.
Implementation
const ClueCircularLoading({
super.key,
this.width = 18,
this.height = 18,
this.color = MyColors.xFF000000,
});