menu
basket_ball_game package
documentation
components/ball_component.dart
BallComponent
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; }
basket_ball_game package
documentation
components/ball_component
BallComponent
setPaint method
BallComponent class