WeCell constructor
WeCell({})
Implementation
WeCell(
{label,
content,
this.footer,
this.align = Alignment.centerRight,
this.spacing = labelSpacing,
this.minHeight = 46.0,
this.onClick,
this.onLongPress})
: this.label = label is String ? Text(label) : label,
this.content = content is String ? Text(content) : content;