SuperAppBarBottom constructor

SuperAppBarBottom({
  1. Widget? child = const SizedBox(),
  2. double height = 35,
  3. bool enabled = false,
  4. Color color = Colors.transparent,
})

Implementation

SuperAppBarBottom({
  this.child = const SizedBox(),
  this.height = 35,
  this.enabled = false,
  this.color = Colors.transparent,
});