backgroundPosition method

ContainerBuilder backgroundPosition(
  1. AlignmentGeometry position
)

Implementation

ContainerBuilder backgroundPosition(AlignmentGeometry position) {
  _backgroundPosition = position;
  return this;
}