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