TabPaneTheme constructor
const
TabPaneTheme({
- BorderRadiusGeometry? borderRadius,
- Color? backgroundColor,
- BorderSide? border,
- double? barHeight,
Implementation
const TabPaneTheme({
this.borderRadius,
this.backgroundColor,
this.border,
this.barHeight,
});