borderWidth property

double? borderWidth
final

Border width of the code snippet container in logical pixels.

Type: double?. Thickness of the border around the code container. If null, uses the theme's default border width.

Implementation

final double? borderWidth;