rlSetLineWidth method

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

Set the line drawing width

Implementation

@override
void rlSetLineWidth(
  double width,
) => _wasm.rlSetLineWidth(
  width.toJS,
);