menu
bonfire package
documentation
forces/handle_forces.dart
HandleForces
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; }
bonfire package
documentation
forces/handle_forces
HandleForces
getOpacity method
HandleForces mixin