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