SDSliverAppBar constructor

SDSliverAppBar({@required Widget title, Widget leading, List<Widget> actions, PreferredSizeWidget bottom, bool pinned: true, bool floating: false, double expandedHeight: 0.0, bool snap: false, bool automaticallyImplyLeading: true, Widget flexibleSpace })

Implementation

SDSliverAppBar(
    {@required this.title,
    this.leading,
    this.actions,
    this.bottom,
    this.pinned: true,
    this.floating: false,
    this.expandedHeight: 0.0,
    this.snap: false,
    this.automaticallyImplyLeading: true,
    this.flexibleSpace});