CollectHistory constructor

const CollectHistory({
  1. Key? key,
  2. required String locale,
})

Implementation

const CollectHistory({super.key, required this.locale});