menu
bonfire package
documentation
mixins/update_camera_by_pinch_gesture.dart
UpdateCameraByPinchGesture
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/update_camera_by_pinch_gesture
UpdateCameraByPinchGesture
getAlpha method
UpdateCameraByPinchGesture mixin