rlSetLineWidth method

  1. @override
void rlSetLineWidth(
  1. num width
)
override

Implementation

@override
void rlSetLineWidth(
  num width,
) => run(
  () => RaylibDebugLabels.rlSetLineWidth(width),
  () => rl.Rlgl.rlSetLineWidth(width.toDouble()),
);