From e7e07c2693a6818fe872188c710c0e5461b48d16 Mon Sep 17 00:00:00 2001 From: fujidaiti Date: Thu, 14 Dec 2023 21:59:28 +0900 Subject: [PATCH] format --- lib/src/legend_item.dart | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/src/legend_item.dart b/lib/src/legend_item.dart index 72ab8f8..0bf1cf5 100644 --- a/lib/src/legend_item.dart +++ b/lib/src/legend_item.dart @@ -124,7 +124,6 @@ enum LegendItemBehavior { both, } - /// An immutable style that can be applied to [LegendItem]s. @immutable class LegendItemStyle { @@ -149,7 +148,7 @@ class LegendItemStyle { /// The maximum width of the label. final double maxLabelSize; - /// The decoration applied to the handle. + /// The decoration applied to the handle. final BoxDecoration handleDecoration; /// The padding around the handle. @@ -168,13 +167,13 @@ class LegendItemStyle { final LegendItemBehavior behavior; /// The fallback style for the [Segment.label]. - /// + /// /// If the label of [LegendItem.segment] has no [TextStyle], /// this style is used instead. final TextStyle? labelStyle; /// The fallback style for the [Segment.valueLabel]. - /// + /// /// If the value label of [LegendItem.segment] has no [TextStyle], /// this style is used instead. final TextStyle? valueLabelStyle;