GuiListViewEx method
String
GuiListViewEx(
- RectangleBase<
RectangleBase> bounds, - List<
String> ? text, { - int? scrollIndex,
- int? active,
- int? focus,
Label for RaylibGuiModuleBase.GuiListViewEx.
Implementation
String GuiListViewEx(
RectangleBase bounds,
List<String>? text, {
int? scrollIndex,
int? active,
int? focus,
}
) => 'GuiListViewEx($bounds, $text, $scrollIndex, $active, $focus)';