TabPaneTheme constructor

const TabPaneTheme({
  1. BorderRadiusGeometry? borderRadius,
  2. Color? backgroundColor,
  3. BorderSide? border,
  4. double? barHeight,
})

Implementation

const TabPaneTheme({
  this.borderRadius,
  this.backgroundColor,
  this.border,
  this.barHeight,
});