space method Null safety

BPItem space(
  1. double width
)

Implementation

BPItem space(double width) => _SpaceItem(width);