DaxPage constructor

const DaxPage({
  1. Key? key,
  2. required Map<String, dynamic> args,
  3. bool cacheFirst = true,
})

Implementation

const DaxPage({super.key, required this.args, this.cacheFirst = true});