ClaimAppBar constructor

const ClaimAppBar({
  1. Key? key,
  2. required dynamic Title,
})

Implementation

const ClaimAppBar({super.key, required this.Title});