TablaDecoracionModel class
Constructors
-
TablaDecoracionModel({AlignmentGeometry? alineacionTitulo = Alignment.centerLeft, Color? bordersColor = Colors.black12, Color? colorEncabezado = Colors.transparent, Color? colorContenido = Colors.transparent, double? altoEncabezado = 30, double? altoCeldas = 30, BorderRadius? borderRadius = const BorderRadius.all(Radius.circular(7)), bool? dividerCabecera = true, bool? bordesHorizontales = true, bool? bordesVerticales = false, AlignmentGeometry? alineacionContenido = Alignment.centerLeft, AlignmentGeometry? alineacionCabecera = Alignment.centerLeft, Color? colorDividerCabecera = Colors.black12})
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited