Skip to content

Fill

Inherits: Shape

Fills the canvas with the given paint.

To fill the canvas with a solid color and blend mode, consider Color shape instead.

Properties

  • paint(Paint) –

    A style to fill the canvas with.

Properties#

paint #

paint: Paint = field(default_factory=lambda: Paint())

A style to fill the canvas with.