cursorColor static method

TextField cursorColor(
  1. Color color
)

Implementation

static TextField cursorColor(Color color) => TextField(cursorColor: color);