KeyViewer constructor

const KeyViewer({
  1. Key? key,
  2. RowData? data,
  3. OnTabParentKey? onTabParentKey,
})

Implementation

const KeyViewer({super.key, this.data, this.onTabParentKey});