ZdsToolbar constructor

const ZdsToolbar(
  1. {Key? key,
  2. Widget? title,
  3. Widget? subtitle,
  4. List<Widget>? actions,
  5. Widget? child,
  6. Color? backgroundColor}
)

A toolbar which can be used for additional actions that do not fit in the app bar.

Implementation

const ZdsToolbar