border property Null safety
final
The border of the navigation bar. By default renders a single pixel bottom border side.
If a border is null, the navigation bar will not display a border.
Implementation
final Border? border;
The border of the navigation bar. By default renders a single pixel bottom border side.
If a border is null, the navigation bar will not display a border.
final Border? border;