menu
dutato
presentation/widgets/skeletons.dart
SkeletonBlock
SkeletonBlock.new const constructor
SkeletonBlock.new
dark_mode
light_mode
description
SkeletonBlock
constructor
const
SkeletonBlock
(
{
Key
?
key
,
double
?
width
,
required
double
height
,
double
radius
=
4
,
})
Implementation
const SkeletonBlock({ super.key, this.width, required this.height, this.radius = 4, });
dutato
skeletons
SkeletonBlock
SkeletonBlock.new const constructor
SkeletonBlock class