PerfisPage constructor
PerfisPage({
- 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",
),
]);