teal method

FxSelectableTextBuilder? teal(
  1. int shade
)
inherited

Implementation

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