Creates a simple skeleton animation that can be used on android, iOS and the web.
import 'package:skeleton_animation/skeleton_animation.dart';
Skeleton(
height: 12,
style: SkeletonStyle.text
),
// or
SkeletonText(
height: 12
)
Creates a simple skeleton animation that can be used on android, iOS and the web.
C++MIT