computeBounds method

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

Implementation

@override
Bounds computeBounds(SkeletonDrawable drawable) {
  return Bounds(x, y, width, height);
}