menu
flame package
documentation
collisions.dart
ShapeHitbox
getOpacity method
getOpacity method
dark_mode
light_mode
getOpacity
method
double
getOpacity
(
{
Object
?
paintId
,
})
inherited
Returns the current opacity.
Implementation
double getOpacity({T? paintId}) { return getPaint(paintId).color.a; }
flame package
documentation
collisions
ShapeHitbox
getOpacity method
ShapeHitbox mixin