pink method

FxCard? pink(
  1. int shade
)
inherited

Implementation

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