BootstrapLabel constructor
const
BootstrapLabel({
- Key? key,
- BootstrapLabelType type = BootstrapLabelType.defaults,
- String text = '',
- double fontSize = 10,
- Color textColor = Colors.white,
Implementation
const BootstrapLabel({
Key? key,
this.type = BootstrapLabelType.defaults,
this.text = '',
this.fontSize = 10,
this.textColor = Colors.white,
}) : super(key: key);