padding property
Padding for the code content area.
Type: EdgeInsetsGeometry?
. Internal spacing around the code text.
If null, uses default padding appropriate for code display.
Implementation
final EdgeInsetsGeometry? padding;
Padding for the code content area.
Type: EdgeInsetsGeometry?
. Internal spacing around the code text.
If null, uses default padding appropriate for code display.
final EdgeInsetsGeometry? padding;