repeat property

  1. @override
ImageRepeat repeat
override

How to paint any portions of the box that would not otherwise be covered by the image.

Implementation

@override
ImageRepeat get repeat => ImageRepeat.noRepeat;