onColorChange static method

void onColorChange(
  1. Color value
)

Implementation

static void onColorChange(Color value) {
  /// Implement to take in a color change.
}