GuiListView method

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

Implementation

String GuiListView(
  RectangleBase bounds,
  String? text, {
    int? scrollIndex,
    int? active,
  }
) => 'GuiListView($bounds, $text, $scrollIndex, $active)';