BsTableCell.header constructor
const
BsTableCell.header({
- BsVariant? variant,
- BsTableVerticalAlign? verticalAlign,
- bool active = false,
- bool isHeader = true,
- required Widget child,
Creates a BsTableCell marked as a header cell.
Implementation
const BsTableCell.header({
this.variant,
this.verticalAlign,
this.active = false,
this.isHeader = true,
required this.child,
});