ToolBar constructor Null safety

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