createBasePaint abstract method

Paint? createBasePaint(
  1. Path path,
  2. ImageConfiguration configuration
)

Creates a configured paint for the base fill, or null if there is none.

Implementation

Paint? createBasePaint(Path path, ImageConfiguration configuration);