BackgroundRepeat.axis constructor

const BackgroundRepeat.axis(
  1. BackgroundAxisRepeat x,
  2. BackgroundAxisRepeat y
)

Create an axis-specific repeat value from two axis repeat values.

Implementation

const factory BackgroundRepeat.axis(BackgroundAxisRepeat x, BackgroundAxisRepeat y) = _AxisBackgroundRepeat;