centerSlice property

RectUtility<T> get centerSlice

Implementation

RectUtility<T> get centerSlice {
  return RectUtility((centerSlice) => only(centerSlice: centerSlice));
}