rlGetLineWidth method

double rlGetLineWidth()

Get the line drawing width

Implementation

double rlGetLineWidth() => run(
  () => _debugLabels.rlGetLineWidth(),
  () => _flat.rlGetLineWidth(),
);