labelTopMargin property
Warning:deprecated
use labelOffset property in labelStyle to set gap b/w label & primary ruler
labelTopMargin sets the margin from the top of the label
default is to labelTopMargin =0.0`
Example
child: const LinearGauge(
labelTopMargin: 5.0,
),
Implementation
final double? labelTopMargin;