Unverified Commit f97d9e07 authored by Mahesh Jamdade's avatar Mahesh Jamdade Committed by GitHub

update adaptive slider docs (#96599)

parent 27e79d55
...@@ -152,7 +152,7 @@ class Slider extends StatefulWidget { ...@@ -152,7 +152,7 @@ class Slider extends StatefulWidget {
/// Material design's /// Material design's
/// [Cross-platform guidelines](https://material.io/design/platform-guidance/cross-platform-adaptation.html). /// [Cross-platform guidelines](https://material.io/design/platform-guidance/cross-platform-adaptation.html).
/// ///
/// Creates a [CupertinoSlider] if the target platform is iOS, creates a /// Creates a [CupertinoSlider] if the target platform is iOS or macOS, creates a
/// Material Design slider otherwise. /// Material Design slider otherwise.
/// ///
/// If a [CupertinoSlider] is created, the following parameters are /// If a [CupertinoSlider] is created, the following parameters are
......
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