scalePadding property

EdgeInsetsGeometry? scalePadding
final

Padding for the ruler widget.

This provides padding around the ruler, adding space between the ruler and any other surrounding widgets. It uses EdgeInsetsGeometry to allow for different padding values on each side.

Implementation

final EdgeInsetsGeometry? scalePadding;