menu
inspireui package
documentation
widgets/skeleton_widget/skeleton_widget.dart
Skeleton
Skeleton const constructor
Skeleton const constructor
dark_mode
light_mode
Skeleton
constructor
const
Skeleton
(
{
Key
?
key
,
double
height
=
20
,
double
width
=
200
,
double
cornerRadius
=
4
,
})
Implementation
const Skeleton({ super.key, this.height = 20, this.width = 200, this.cornerRadius = 4, });
inspireui package
documentation
widgets/skeleton_widget/skeleton_widget
Skeleton
Skeleton const constructor
Skeleton class