menu
bonfire package
documentation
mixins/direction_animation.dart
DirectionAnimation
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/direction_animation
DirectionAnimation
setPaint method
DirectionAnimation mixin