borderWidth property
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;
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.
final double? borderWidth;