menu
flame_go package
documentation
flame_go/items/widget/wall/polygon_wall.dart
PolygonWall
setPaint method
setPaint method
dark_mode
light_mode
setPaint
method
void
setPaint
(
Object
paintId
,
Paint
paint
)
inherited
Sets a paint on the collection.
Implementation
void setPaint(T paintId, Paint paint) { _paints[paintId] = paint; }
flame_go package
documentation
flame_go/items/widget/wall/polygon_wall
PolygonWall
setPaint method
PolygonWall class