BootstrapHeading.h3 constructor
const
BootstrapHeading.h3({})
Implementation
const BootstrapHeading.h3({
Key? key,
required this.child,
this.type = BootstrapHeadingType.none,
this.marginTop = 20,
this.marginBottom = 10,
this.borderColor = BootstrapColors.grayLighter,
}) : _fontSize = 24;