BackgroundSize.sides constructor

const BackgroundSize.sides(
  1. Unit? width,
  2. Unit? height
)

Implementation

const factory BackgroundSize.sides(Unit? width, Unit? height) = _SidesBackgroundSize;