menu
flutter_bootstrap_widgets package
documentation
bootstrap_widgets.dart
BootstrapParagraphs
BootstrapParagraphs const constructor
BootstrapParagraphs const constructor
dark_mode
light_mode
BootstrapParagraphs
constructor
const
BootstrapParagraphs
(
{
required
Widget
child
,
bool
lead
=
false
,
})
Implementation
const BootstrapParagraphs({ required this.child, this.lead = false, });
flutter_bootstrap_widgets package
documentation
bootstrap_widgets
BootstrapParagraphs
BootstrapParagraphs const constructor
BootstrapParagraphs class