BackgroundSize.width constructor

const BackgroundSize.width(
  1. Unit? width
)

Implementation

const factory BackgroundSize.width(Unit? width) = _WidthBackgroundSize;