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