Unverified Commit d749e0b5 authored by xster's avatar xster Committed by GitHub

Add some more CupertinoPicker doc (#28166)

parent 3837ec9e
......@@ -42,6 +42,10 @@ class CupertinoPicker extends StatefulWidget {
/// than using [Colors.transparent]. Also, if it has transparency, no gradient
/// effect will be rendered.
///
/// The [scrollController] argument can be used to specify a custom
/// [FixedExtentScrollController] for programmatically reading or changing
/// the current picker index or for selecting an initial index value.
///
/// The [looping] argument decides whether the child list loops and can be
/// scrolled infinitely. If set to true, scrolling past the end of the list
/// will loop the list back to the beginning. If set to false, the list will
......
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