BsTableCell constructor
const
BsTableCell({
- BsTableVariant? variant,
- BsTableVerticalAlign? verticalAlign,
- bool active = false,
- bool isHeader = false,
- required Widget child,
Creates a BsTableCell.
Implementation
const BsTableCell({
this.variant,
this.verticalAlign,
this.active = false,
this.isHeader = false,
required this.child,
});