rlSetLineWidth method
Set the line drawing width
Implementation
void rlSetLineWidth(
num width,
) => run(
() => _debugLabels.rlSetLineWidth(width),
() => _flat.rlSetLineWidth(
width.toDouble(),
),
);
Set the line drawing width
void rlSetLineWidth(
num width,
) => run(
() => _debugLabels.rlSetLineWidth(width),
() => _flat.rlSetLineWidth(
width.toDouble(),
),
);