oColor method

TextStyle oColor(
  1. double value
)

Sets the opacity of the color of the text style

Implementation

TextStyle oColor(double value) => copyWith(color: color?.withOpacity(value));