RowTabla constructor
RowTabla({})
Implementation
RowTabla(
{this.valor = '',
this.colorTexto,
required this.id,
required this.tipoId,
this.colorFila = Colors.transparent,
required this.claveColumna,
this.contenido,
this.alignment = Alignment.centerLeft});