Tab


Description:

public Tab (string? label = null, Icon? icon = null, Widget? page = null)

With this you can construct a Tab. It is linked to the page that is shown on focus. A Tab can have a icon on the right side. You can pass null on the constructor to create a tab without a icon.