menu
v360_ui package
documentation
typography/v_text_list.dart
VTextList
VTextList.new const constructor
VTextList.new const constructor
dark_mode
light_mode
VTextList
constructor
const
VTextList
(
{
Key
?
key
,
required
List
<
String
>
items
,
dynamic
separator
,
})
Implementation
const VTextList({super.key, required this.items, this.separator});
v360_ui package
documentation
typography/v_text_list
VTextList
VTextList.new const constructor
VTextList class