menu
bonfire package
documentation
mixins/move_per_cell.dart
MovePerCell
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.a ~/ 255; }
bonfire package
documentation
mixins/move_per_cell
MovePerCell
getAlpha method
MovePerCell mixin