labelTopMargin property

double? labelTopMargin
final

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;