width property

SizedBox get width

Implementation

SizedBox get width {
  return SizedBox(
    width: this,
  );
}