BootstrapListItem constructor

BootstrapListItem({
  1. required Widget child,
})

Implementation

BootstrapListItem({
  required this.child,
});