border property

BoxBorder? border
final

border example\n Border.all(\n color: Colors.white.withOpacity(0.3),\n width: 0.3,\n style: BorderStyle.solid,\n ), default is same as above example\n

Implementation

final BoxBorder? border;