CommonBottomBarTheme constructor

CommonBottomBarTheme({
  1. Color? bgColor,
  2. double? height,
})

Implementation

CommonBottomBarTheme({
  this.bgColor,
  this.height,
});