strokefill
Paint
PaintStyle
Specifies how the shape should be painted.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
strokefillself.paint = Paint.with({
color = Color.rgb(255, 100, 50),
style = 'stroke',
})
Was this page helpful?