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