Dart Card Outline

[Solved] Dart Card Outline | Dart - Code Explorer | yomemimo.com
Question : dart card outline

Answered by : attractive-addax-ff99a45968ww

Card( shape: RoundedRectangleBorder( borderRadius: BorderRadius.circular(40), // if you need this side: BorderSide( color: Colors.grey.withOpacity(0.2), width: 1, ), ), child: Container( color: Colors.white, width: 200, height: 200, ),
)

Source : https://stackoverflow.com/questions/57612339/how-to-create-outlined-card-widget-in-flutter | Last Update : Thu, 10 Sep 20

Answers related to dart card outline

Code Explorer Popular Question For Dart