BackgroundPosition constructor
const
BackgroundPosition({
- BackgroundAlignX? alignX,
- BackgroundAlignY? alignY,
- Unit? offsetX,
- Unit? offsetY,
Construct a background position from optional alignments and offsets.
Implementation
const factory BackgroundPosition({BackgroundAlignX? alignX, BackgroundAlignY? alignY, Unit? offsetX, Unit? offsetY}) =
_BackgroundPosition;