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