rlGetLineWidth method
Get the line drawing width
Implementation
double rlGetLineWidth() => run(
() => _debugLabels.rlGetLineWidth(),
() => _flat.rlGetLineWidth(),
);
Get the line drawing width
double rlGetLineWidth() => run(
() => _debugLabels.rlGetLineWidth(),
() => _flat.rlGetLineWidth(),
);