setAnimatedPattern abstract method
Sets pattern to fill polygon. @attention Original linear sizes of pattern should be equal to power of 2. @attention Fill color is ignored if a pattern is set.
Implementation
void setAnimatedPattern(
animated_image_provider.AnimatedImageProvider animatedImage, {
required core.double scale,
});