menu
dino_run package
documentation
game/enemy.dart
Enemy
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; }
dino_run package
documentation
game/enemy
Enemy
setPaint method
Enemy class