SFSkeleton constructor
const
SFSkeleton({})
Implementation
const SFSkeleton({
Key? key,
required this.child,
this.basicColor = Colors.grey,
this.gradientColor = Colors.white,
this.curve = Curves.fastOutSlowIn,
this.duration = 4000,
this.gradientSize = 2,
this.gradientIncline = false,
}) : super(key: key);