menu
flutter_dino package
documentation
components/retry.dart
Retry
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; }
flutter_dino package
documentation
components/retry
Retry
getOpacity method
Retry class