InputDados constructor
InputDados({})
linhas: Linhas que aparecera no datatable colunas: Colunas que aparecera no datatable
Implementation
InputDados({
Key? key,
required this.name,
required this.label,
required this.linhas,
required this.input,
required this.colunas,
this.identificador,
}) : super(key: key);