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