children static method Null safety
Implementation
static List<Widget> children() => [
...{
"Erase All Content and Settings": () {},
}.entries.map(ListItemBuilder.tile),
];
static List<Widget> children() => [
...{
"Erase All Content and Settings": () {},
}.entries.map(ListItemBuilder.tile),
];