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