menu
vyuh_feature_system package
documentation
ui/content_items_scrollview.dart
ContentItemsScrollView
ContentItemsScrollView const constructor
ContentItemsScrollView const constructor
dark_mode
light_mode
ContentItemsScrollView
constructor
const
ContentItemsScrollView
(
{
Key
?
key
,
required
List
<
ContentItem
>
items
,
})
Implementation
const ContentItemsScrollView({ super.key, required this.items, });
vyuh_feature_system package
documentation
ui/content_items_scrollview
ContentItemsScrollView
ContentItemsScrollView const constructor
ContentItemsScrollView class