Here's an example of how to add a border to a Text widget: Container( decoration: BoxDecoration( border: Border.all( color: Colors.black, width: ...
確定! 回上一頁