menu
dutato
presentation/widgets/skeletons.dart
SkeletonCard
SkeletonCard.new const constructor
SkeletonCard.new
dark_mode
light_mode
description
SkeletonCard
constructor
const
SkeletonCard
(
{
Key
?
key
,
required
double
height
,
EdgeInsetsGeometry
?
padding
,
})
Implementation
const SkeletonCard({super.key, required this.height, this.padding});
dutato
skeletons
SkeletonCard
SkeletonCard.new const constructor
SkeletonCard class