TodayTableCell constructor
const
TodayTableCell({
- Key? key,
- TodayTableCellType type = TodayTableCellType.text,
- Widget? icon,
- Widget? rightIcon,
- TodaySpacing iconSpacing = TodaySpacing.tdsSpace3,
- String? textContent,
- String? textDescription,
- bool shimmerDescription = false,
- Widget? customWidget,
- TodayLink? link,
- TodayInput? input,
- TodayDropdown? select,
- TodayCheckbox? checkbox,
- List<
TodayTag> ? tags, - List<
TodayBadge> ? badges, - TodayColor textColor = TodayColor.labelPrimary,
- bool toLeft = false,
- bool emphasized = false,
- bool isChild = false,
- bool isLastChild = false,
- TextAlign align = TextAlign.left,
- List<
TodayDropdownItem> ? dropdownItems, - Alignment? cellAlignment,
- double? maxWidth,
- EdgeInsets padding = EdgeInsets.zero,
- bool shimmerTags = false,
Implementation
const TodayTableCell({
super.key,
this.type = TodayTableCellType.text,
this.icon,
this.rightIcon,
this.iconSpacing = TodaySpacing.tdsSpace3,
this.textContent,
this.textDescription,
this.shimmerDescription = false,
this.customWidget,
this.link,
this.input,
this.select,
this.checkbox,
this.tags,
this.badges,
this.textColor = TodayColor.labelPrimary,
this.toLeft = false,
this.emphasized = false,
this.isChild = false,
this.isLastChild = false,
this.align = TextAlign.left,
this.dropdownItems,
this.cellAlignment,
this.maxWidth,
this.padding = EdgeInsets.zero,
this.shimmerTags = false,
});