RowWidget constructor

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

Implementation

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