menu
bonfire package
documentation
mixins/use_barlife.dart
UseLifeBar
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
mixins/use_barlife
UseLifeBar
getOpacity method
UseLifeBar mixin