createToolBar static method Null safety

ToolBar createToolBar(
  1. {Widget? icon,
  2. Widget? title,
  3. List<Widget>? actions,
  4. bool? implyBack}
)

Creates tool bar with icon, title and actions.