Unverified Commit 28ee5581 authored by Pierre-Louis's avatar Pierre-Louis Committed by GitHub

Fix dartdoc for `ButtonSegment` constructor (#131400)

https://github.com/flutter/flutter/issues/103529
parent 0386f910
...@@ -21,7 +21,7 @@ import 'tooltip.dart'; ...@@ -21,7 +21,7 @@ import 'tooltip.dart';
/// Data describing a segment of a [SegmentedButton]. /// Data describing a segment of a [SegmentedButton].
class ButtonSegment<T> { class ButtonSegment<T> {
/// Construct a SegmentData /// Construct a [ButtonSegment].
/// ///
/// One of [icon] or [label] must be non-null. /// One of [icon] or [label] must be non-null.
const ButtonSegment({ const ButtonSegment({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment