ShadTableCell.raw constructor
const
ShadTableCell.raw({
- Key? key,
- required ShadTableCellVariant variant,
- required Widget child,
- AlignmentGeometry? alignment,
- double? height,
- EdgeInsetsGeometry? padding,
- TextStyle? style,
Creates a ShadTableCell with a raw variant, allowing explicit variant specification.
A cell widget for use within ShadTable.
Provides styling and structure for table cells, including header and footer variants.
Implementation
const ShadTableCell.raw({
super.key,
required this.variant,
required super.child,
this.alignment,
this.height,
this.padding,
this.style,
});