opacity method

AzText opacity(
  1. double double
)

Implementation

AzText opacity(double double){
  _textColor = _textColor!.withOpacity(double);
  return this;
}