menu
bootstrap_ui_flutter package
documentation
ui/components/card/bs_card.dart
BsCardSubtitle
BsCardSubtitle.new const constructor
BsCardSubtitle.new const constructor
dark_mode
light_mode
BsCardSubtitle
constructor
const
BsCardSubtitle
(
String
text
, {
Key
?
key
,
Color
?
color
,
TextAlign
?
textAlign
,
})
Creates a
BsCardSubtitle
.
Implementation
const BsCardSubtitle(this.text, {super.key, this.color, this.textAlign});
bootstrap_ui_flutter package
documentation
ui/components/card/bs_card
BsCardSubtitle
BsCardSubtitle.new const constructor
BsCardSubtitle class