CuReAppBar constructor

const CuReAppBar({
  1. Key? key,
  2. String? title,
  3. Widget? titleChild,
  4. Widget? actions,
})

Implementation

const CuReAppBar({super.key, this.title, this.titleChild, this.actions});