BaseLoad constructor
const
BaseLoad({})
Implementation
const BaseLoad({
super.key,
this.isLoading = true,
this.child,
this.height = 80,
this.width = 120,
this.radius = 16,
this.baseColor,
this.highlightColor,
});