BackgroundTypePattern constructor

BackgroundTypePattern(
  1. {required BackgroundFill fill,
  2. required int intensity,
  3. required bool is_inverted,
  4. required bool is_moving,
  5. int? extra,
  6. int? clientId}
)

A PNG or TGV (gzipped subset of SVG with MIME type "application/x-tgwallpattern") pattern to be combined with the background fill chosen by the user

Implementation

BackgroundTypePattern