CampoEsquema constructor
CampoEsquema({
- required String key,
- required String currentKeyController,
- TextEditingController? controller,
- BuildContext? context,
- String label = '',
- TypeEsquema type = TypeEsquema.unknown,
- bool mostrarTabla = false,
- bool grupo = false,
- TipoDato tipoDato = TipoDato.unKnown,
- String campoColeccion = '',
- String keyDesarrollo = '',
- String paramsConsultaColeccion = '',
- Map<
String, dynamic> dynamicListValue = const <String, dynamic>{}, - Map<
String, dynamic> listenStreamValue = const <String, dynamic>{}, - int ordenTabla = 0,
- String modoAjusteTabla = '',
- double anchoColumna = 0.0,
- double proporcionAnchoCampo = 1,
- dynamic valor,
- Map<
String, dynamic> esquema = const <String, dynamic>{},
Implementation
CampoEsquema({
required this.key,
required this.currentKeyController,
this.controller,
this.context,
this.label = '',
this.type = TypeEsquema.unknown,
this.mostrarTabla = false,
this.grupo = false,
this.tipoDato = TipoDato.unKnown,
this.campoColeccion = '',
this.keyDesarrollo = '',
this.paramsConsultaColeccion = '',
this.dynamicListValue = const <String, dynamic>{},
this.listenStreamValue = const <String, dynamic>{},
this.ordenTabla = 0,
this.modoAjusteTabla = '',
this.anchoColumna = 0.0,
this.proporcionAnchoCampo = 1,
this.valor,
this.esquema = const <String, dynamic>{},
});