BootstrapParagraphs constructor

const BootstrapParagraphs({
  1. required Widget child,
  2. bool lead = false,
})

Implementation

const BootstrapParagraphs({
  required this.child,
  this.lead = false,
});