LedgerChip constructor
const
LedgerChip({
- Key? key,
- bool isSelected = false,
- required String label,
- VoidCallback? onRemove,
- VoidCallback? onTap,
- bool expand = false,
- Color? bgColor,
- Color? selectedColor,
- Color? baseColor,
- Color? labelColor,
- Color? iconColor,
- BorderRadius? borderRadius,
- TextStyle? labelStyle,
- SizedBox? spacing,
Implementation
const LedgerChip({
super.key,
this.isSelected = false,
required this.label,
this.onRemove,
this.onTap,
this.expand = false,
this.bgColor,
this.selectedColor,
this.baseColor,
this.labelColor,
this.iconColor,
this.borderRadius,
this.labelStyle,
this.spacing,
});