XCustomScrollViewAppbar constructor

XCustomScrollViewAppbar({
  1. String? title,
  2. Widget? customAppBar,
})

Implementation

XCustomScrollViewAppbar({this.title, this.customAppBar});