CellBadge constructor
const
CellBadge({
- Key? key,
- ValueCell<
Color?> ? backgroundColor, - ValueCell<
Color?> ? textColor, - ValueCell<
double?> ? smallSize, - ValueCell<
double?> ? largeSize, - ValueCell<
TextStyle?> ? textStyle, - ValueCell<
EdgeInsetsGeometry?> ? padding, - ValueCell<
AlignmentGeometry?> ? alignment, - ValueCell<
Offset?> ? offset, - ValueCell<
Widget?> ? label, - ValueCell<
bool> isLabelVisible = const ValueCell.value(true), - ValueCell<
Widget?> ? child,
Implementation
const CellBadge({
super.key,
this.backgroundColor,
this.textColor,
this.smallSize,
this.largeSize,
this.textStyle,
this.padding,
this.alignment,
this.offset,
this.label,
this.isLabelVisible = const ValueCell.value(true),
this.child,
});