getForeground static method

Paint? getForeground()

Implementation

static Paint? getForeground() {
  // TODO: Reserved port for customize text decoration foreground.
  return null;
}