gray method

FxSelectableTextBuilder? gray(
  1. int shade
)
inherited

Implementation

T? gray(int shade) {
  return _colorIt(child: _childToColor, color: Fx.gray(shade));
}