BsBlockquote constructor
Creates a BsBlockquote widget.
Implementation
const BsBlockquote({
super.key,
required this.child,
this.footer,
this.footerAlignment = TextAlign.start,
});
Creates a BsBlockquote widget.
const BsBlockquote({
super.key,
required this.child,
this.footer,
this.footerAlignment = TextAlign.start,
});