ClaimAppBar constructor
const
ClaimAppBar({
- Key? key,
- required dynamic Title,
Implementation
const ClaimAppBar({super.key, required this.Title});
const ClaimAppBar({super.key, required this.Title});