menu
bonfire_spine package
documentation
bonfire_spine.dart
HasPaint<T extends Object>
setPaint method
setPaint method
dark_mode
light_mode
setPaint
method
void
setPaint
(
T
paintId
,
Paint
paint
)
Sets a paint on the collection.
Implementation
void setPaint(T paintId, Paint paint) { _paints[paintId] = paint; }
bonfire_spine package
documentation
bonfire_spine
HasPaint<T extends Object>
setPaint method
HasPaint mixin