ignoreSkeleton method

Widget ignoreSkeleton()

Implementation

Widget ignoreSkeleton() {
  return Skeleton.ignore(child: this);
}