menu
bonfire package
documentation
mixins/update_camera_by_pinch_gesture.dart
UpdateCameraByPinchGesture
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; }
bonfire package
documentation
mixins/update_camera_by_pinch_gesture
UpdateCameraByPinchGesture
setPaint method
UpdateCameraByPinchGesture mixin