ViewKeys constructor

const ViewKeys({
  1. required String keyInfo,
  2. required String title,
  3. Key? key,
})

Constructor for the widget.

Implementation

const ViewKeys({
  required this.keyInfo,
  required this.title,
  super.key,
});