menu
igris package
documentation
components/unordered_list.dart
UnorderedList
UnorderedList.new const constructor
UnorderedList.new const constructor
dark_mode
light_mode
UnorderedList
constructor
const
UnorderedList
(
List
<
String
>
texts
, {
Key
?
key
,
})
Implementation
const UnorderedList(this.texts, {super.key});
igris package
documentation
components/unordered_list
UnorderedList
UnorderedList.new const constructor
UnorderedList class