TransparentAppBar constructor

const TransparentAppBar({
  1. Key? key,
  2. SystemUiOverlayStyle overlayStyle = SystemUiOverlayStyle.dark,
})

Implementation

const TransparentAppBar({
  super.key,
  this.overlayStyle = SystemUiOverlayStyle.dark,
});