TabPanelWidget constructor

const TabPanelWidget(
  1. TabPanel panel, {
  2. Key? key,
})

Implementation

const TabPanelWidget(
  this.panel, {
  Key? key,
}) : super(key: key);