assistPaints property
The paint to be used for each assist type.
By default, defaultAssistPaint will be used for ObjectDrawableAssist.horizontal and ObjectDrawableAssist.vertical and defaultRotationAssistPaint will be used for ObjectDrawableAssist.rotation.
Implementation
final Map<ObjectDrawableAssist, Paint> assistPaints;