BootstrapList.ordered constructor

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

Implementation

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