patternColorFn property

AccessorFn<Color>? patternColorFn
final

patternColorFn returns the background color of tile when a FillPatternType beside solid is used. If not provided, then background color is used.

Implementation

final AccessorFn<Color>? patternColorFn;