coordinates property

Coordinates? coordinates
final

Relative position of the overlay over your input. By default, an overlay is positioned in the top-left corner of an input. Coordinates represent an offset along each of the axes in either pixel or percent format. In general, the coordinate system is similar to the CSS background-position. See Coordinates.

Implementation

final Coordinates? coordinates;