computeBounds method

  1. @override
Bounds computeBounds(
  1. SkeletonDrawable drawable
)
override

Implementation

@override
Bounds computeBounds(SkeletonDrawable drawable) {
  return Bounds(0, 0, 0, 0);
}