MuseCell constructor
const
MuseCell({
- Key? key,
- IconData? icon,
- double? iconSize,
- double? rightIconSize,
- Color? iconColor,
- Color? rightIconColor,
- CellSize size = CellSize.normal,
- String? title,
- String? value,
- String? label,
- Widget? slotIcon,
- Widget? slotRightIcon,
- Widget? slotTitle,
- Widget? slotValue,
- Widget? slotLabel,
- bool center = false,
- bool clickable = false,
- bool isLink = false,
- bool border = true,
- bool required = false,
- ArrowDirection arrowDirection = ArrowDirection.right,
- VoidCallback? click,
Implementation
const MuseCell({
super.key,
this.icon,
this.iconSize,
this.rightIconSize,
this.iconColor,
this.rightIconColor,
this.size = CellSize.normal,
this.title,
this.value,
this.label,
this.slotIcon,
this.slotRightIcon,
this.slotTitle,
this.slotValue,
this.slotLabel,
this.center = false,
this.clickable = false,
this.isLink = false,
this.border = true,
this.required = false,
this.arrowDirection = ArrowDirection.right,
this.click,
});