BottomBarProps constructor

const BottomBarProps({
  1. required Component child,
  2. bool safeArea = true,
})

Implementation

const BottomBarProps({
  required this.child,
  this.safeArea = true,
});