sqb property

SizedBox sqb

Implementation

SizedBox get sqb {
  return SizedBox(
    width: this.r,
    height: this.r,
  );
}