Skeleton.ignore constructor
Creates a widget that ignores the child when Skeletonizer.enabled is true
Implementation
const factory Skeleton.ignore({
Key? key,
required Widget child,
bool ignore,
}) = _IgnoreSkeleton;
Creates a widget that ignores the child when Skeletonizer.enabled is true
const factory Skeleton.ignore({
Key? key,
required Widget child,
bool ignore,
}) = _IgnoreSkeleton;