Commit 8364ac5b authored by Hans Muller's avatar Hans Muller Committed by GitHub

Fixed dartdoc related to SliverPrototypeExtentList and renamed the source file (#10174)

parent 9d3fb1f3
...@@ -28,8 +28,6 @@ import 'sliver_multi_box_adaptor.dart'; ...@@ -28,8 +28,6 @@ import 'sliver_multi_box_adaptor.dart';
/// See also: /// See also:
/// ///
/// * [RenderSliverFixedExtentList], which has a configurable [itemExtent]. /// * [RenderSliverFixedExtentList], which has a configurable [itemExtent].
/// * [RenderSliverPrototypeExtentList], which uses a prototype list item
/// instead of a pixel value, to define the extent of each item.
/// * [RenderSliverFillViewport], which determines the [itemExtent] based on /// * [RenderSliverFillViewport], which determines the [itemExtent] based on
/// [SliverConstraints.viewportMainAxisExtent]. /// [SliverConstraints.viewportMainAxisExtent].
/// * [RenderSliverFillRemaining], which determines the [itemExtent] based on /// * [RenderSliverFillRemaining], which determines the [itemExtent] based on
...@@ -233,8 +231,6 @@ abstract class RenderSliverFixedExtentBoxAdaptor extends RenderSliverMultiBoxAda ...@@ -233,8 +231,6 @@ abstract class RenderSliverFixedExtentBoxAdaptor extends RenderSliverMultiBoxAda
/// ///
/// See also: /// See also:
/// ///
/// * [RenderSliverPrototypeExtentList], which uses a prototype list item
/// instead of a pixel value, to define the extent of each item.
/// * [RenderSliverList], which does not require its children to have the same /// * [RenderSliverList], which does not require its children to have the same
/// extent in the main axis. /// extent in the main axis.
/// * [RenderSliverFillViewport], which determines the [itemExtent] based on /// * [RenderSliverFillViewport], which determines the [itemExtent] based on
......
...@@ -25,7 +25,7 @@ import 'sliver.dart'; ...@@ -25,7 +25,7 @@ import 'sliver.dart';
/// ///
/// See also: /// See also:
/// ///
/// * [SliverFixedExtentList], whose [itemExtent] is a pixel value. /// * [SliverFixedExtentList], whose itemExtent is a pixel value.
/// * [SliverList], which does not require its children to have the same /// * [SliverList], which does not require its children to have the same
/// extent in the main axis. /// extent in the main axis.
/// * [SliverFillViewport], which sizes its children based on the /// * [SliverFillViewport], which sizes its children based on the
......
...@@ -72,7 +72,7 @@ export 'src/widgets/single_child_scroll_view.dart'; ...@@ -72,7 +72,7 @@ export 'src/widgets/single_child_scroll_view.dart';
export 'src/widgets/size_changed_layout_notifier.dart'; export 'src/widgets/size_changed_layout_notifier.dart';
export 'src/widgets/sliver.dart'; export 'src/widgets/sliver.dart';
export 'src/widgets/sliver_persistent_header.dart'; export 'src/widgets/sliver_persistent_header.dart';
export 'src/widgets/sliver_prototype_item_list.dart'; export 'src/widgets/sliver_prototype_extent_list.dart';
export 'src/widgets/status_transitions.dart'; export 'src/widgets/status_transitions.dart';
export 'src/widgets/table.dart'; export 'src/widgets/table.dart';
export 'src/widgets/text.dart'; export 'src/widgets/text.dart';
......
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