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