BootstrapList.unordered constructor

const BootstrapList.unordered({
  1. required List<BootstrapListItem> children,
})

Implementation

const BootstrapList.unordered({
  required this.children,
}) : type = BootstrapListType.unordered;