[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Material 3 Slider example #115638

Merged
merged 3 commits into from
Dec 1, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update doc
  • Loading branch information
TahaTesser committed Nov 30, 2022
commit 957dab82b534bd96182ddb0cd2262ef5e2169e2b
6 changes: 3 additions & 3 deletions packages/flutter/lib/src/material/slider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ enum _SliderType { material, adaptive }
/// {@youtube 560 315 https://www.youtube.com/watch?v=ufb4gIPDmEs}
///
/// {@tool dartpad}
/// ![A slider widget, consisting of 5 divisions and showing the default value
/// ![A legacy slider widget, consisting of 5 divisions and showing the default value
/// indicator.](https://flutter.github.io/assets-for-api-docs/assets/material/slider.png)
///
/// The Sliders value is part of the Stateful widget subclass to change the value
Expand All @@ -51,8 +51,8 @@ enum _SliderType { material, adaptive }
/// {@end-tool}
///
/// {@tool dartpad}
/// This sample shows the creation of a [Slider], as described in:
/// https://m3.material.io/components/sliders/overview
/// This sample shows the creation of a [Slider] using [ThemeData.useMaterial3] flag,
/// as described in: https://m3.material.io/components/sliders/overview.
///
/// ** See code in examples/api/lib/material/slider/slider.1.dart **
TahaTesser marked this conversation as resolved.
Show resolved Hide resolved
/// {@end-tool}
Expand Down