GuiListViewEx method

String GuiListViewEx(
  1. RectangleBase<RectangleBase> bounds,
  2. List<String> text, {
  3. int? scrollIndex,
  4. int? active,
  5. int? focus,
})

Implementation

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