widthSpace property

SizedBox get widthSpace

Implementation

SizedBox get widthSpace {
  return SizedBox(
    width: w,
  );
}