width property

SizedBox get width

Implementation

SizedBox get width => SizedBox(
  width: toDouble().w,
);