CLSkeleton.box constructor
const
CLSkeleton.box({})
Shortcut per un blocco rettangolare (es. card, immagine).
Implementation
const CLSkeleton.box({
super.key,
required this.width,
required this.height,
this.borderRadius = 6.0,
});