BootstrapList.unstyled constructor

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

Implementation

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