FormularioArbolScreen constructor

const FormularioArbolScreen(
  1. {Key? key,
  2. required Map<String, dynamic> baseData}
)

Implementation

const FormularioArbolScreen({Key? key, required this.baseData})
    : super(key: key);