SDAppBar constructor

SDAppBar({@required Widget title, Widget leading, List<Widget> actions, PreferredSizeWidget bottom, bool automaticallyImplyLeading: true, Widget flexibleSpace })

Implementation

SDAppBar(
    {@required this.title,
    this.leading,
    this.actions,
    this.bottom,
    this.automaticallyImplyLeading: true,
    this.flexibleSpace});