How to add a border to only one part of the container - Flutter

PHOTO EMBED

Thu Mar 25 2021 15:10:11 GMT+0000 (Coordinated Universal Time)

Saved by @MichaelJohnston #dart #flutter

 decoration: BoxDecoration(
          border: Border(
            top: BorderSide(width: 16.0, color: Colors.lightBlue.shade600),
            bottom: BorderSide(width: 16.0, color: Colors.lightBlue.shade900),
          ),
          color: Colors.white,
        ),
content_copyCOPY

https://fluttercentral.com/Articles/Post/1056/How_to_add_a_border_to_only_one_part_of_the_container_in_Flutter