menu
dino_run package
documentation
game/enemy.dart
Enemy
getAlpha method
getAlpha method
dark_mode
light_mode
getAlpha
method
int
getAlpha
(
{
Object
?
paintId
,
})
inherited
Returns the current opacity.
Implementation
int getAlpha({T? paintId}) { return getPaint(paintId).color.alpha; }
dino_run package
documentation
game/enemy
Enemy
getAlpha method
Enemy class