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