BootstrapList.unordered constructor
const
BootstrapList.unordered({
- required List<
BootstrapListItem> children,
Implementation
const BootstrapList.unordered({
required this.children,
}) : type = BootstrapListType.unordered;