RowTabla class

Constructors

RowTabla({String valor = '', Color? colorTexto, required String id, required TipoId tipoId, Color colorFila = Colors.transparent, required String claveColumna, Widget? contenido, Alignment alignment = Alignment.centerLeft})

Properties

alignment Alignment
final
claveColumna String
final
colorFila Color
final
colorTexto Color?
final
contenido Widget?
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tipoId → TipoId
final
valor String
final

Methods

copyWith({String? id, TipoId? tipoId, String? claveColumna, String? valor, Widget? contenido, Color? colorFila, Color? colorTexto, Alignment? alignment}) RowTabla
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited