w property

SizedBox get w

Implementation

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