opacity property

double? opacity
final

opacity is used to control the glass frosted effect\n opacity should be between 0 and 1\n 1 means full opaque\n 0 means full transparent\n default value is 0.1\n

Implementation

final double? opacity;