strokeText method Null safety

void strokeText(
  1. String text,
  2. num x,
  3. num y,
  4. [num? maxWidth]
)

Implementation

void strokeText(String text, num x, num y, [num? maxWidth]) native;