menu
flame_go package
documentation
flame_go/items/widget/wall/polygon_wall.dart
PolygonWall
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; }
flame_go package
documentation
flame_go/items/widget/wall/polygon_wall
PolygonWall
getAlpha method
PolygonWall class