CustomBadge constructor

const CustomBadge({
  1. Key? key,
  2. required Widget child,
})

Implementation

const CustomBadge({Key? key, required this.child}) : super(key: key);