border property

BoxBorder? border
final
border [BoxBorder]

example:
Border.all(
  color: Colors.white.withOpacity(0.3),
  width: 0.3,
  style: BorderStyle.solid,
),

default is same as example

Implementation

final BoxBorder? border;