TransparentAppBar constructor
const
TransparentAppBar({
- Key? key,
- SystemUiOverlayStyle overlayStyle = SystemUiOverlayStyle.dark,
Implementation
const TransparentAppBar({
super.key,
this.overlayStyle = SystemUiOverlayStyle.dark,
});