border property

ShapeBorder? border
final

The border of the table.

Defaults to a RoundedRectangleBorder with a circular BorderRadius of radius 4, and a BorderSide with a Color(0xffDADCE0) color.

Implementation

final ShapeBorder? border;