KeyViewer constructor
const
KeyViewer({
- Key? key,
- RowData? data,
- OnTabParentKey? onTabParentKey,
Implementation
const KeyViewer({super.key, this.data, this.onTabParentKey});