setAnimatedPattern abstract method

void setAnimatedPattern(
  1. AnimatedImageProvider animatedImage, {
  2. required double scale,
})

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,
});