patternOffset property
Offset
get
patternOffset
The offset from the top-left corner where the pattern should start. Defaults to Offset.zero.
Implementation
Offset get patternOffset => Offset.zero;
The offset from the top-left corner where the pattern should start. Defaults to Offset.zero.
Offset get patternOffset => Offset.zero;