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