PerfisPage constructor

PerfisPage({
  1. Key? key,
})

Implementation

PerfisPage({Key? key})
    : super(
          key: key,
          conteudo: () => const Text("Perfis"),
          title: "Manutenção de Perfis",
          filtros: [
            RotaFiltros(
              label: "Descrição",
              rota: "filtrardescricao",
            ),
          ]);