menu
dutato
presentation/widgets/skeletons.dart
SkeletonLine
SkeletonLine.new const constructor
SkeletonLine.new
dark_mode
light_mode
description
SkeletonLine
constructor
const
SkeletonLine
(
{
Key
?
key
,
double
widthFactor
=
1.0
,
double
height
=
14
,
})
Implementation
const SkeletonLine({super.key, this.widthFactor = 1.0, this.height = 14});
dutato
skeletons
SkeletonLine
SkeletonLine.new const constructor
SkeletonLine class