Class SliverChildBuilderDelegate | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class SliverChildBuilderDelegate

    Inheritance
    System.Object
    SliverChildDelegate
    SliverChildBuilderDelegate
    Inherited Members
    SliverChildDelegate.estimateMaxScrollOffset(Int32, Int32, Single, Single)
    SliverChildDelegate.didFinishLayout(Int32, Int32)
    SliverChildDelegate.ToString()
    SliverChildDelegate.debugFillDescription(List<String>)
    Namespace: Unity.UIWidgets.widgets
    Syntax
    public class SliverChildBuilderDelegate : SliverChildDelegate

    Constructors

    SliverChildBuilderDelegate(IndexedWidgetBuilder, Nullable<Int32>, Boolean, Boolean)

    Declaration
    public SliverChildBuilderDelegate(IndexedWidgetBuilder builder, int? childCount = default(int? ), bool addAutomaticKeepAlives = true, bool addRepaintBoundaries = true)
    Parameters
    Type Name Description
    IndexedWidgetBuilder builder
    System.Nullable<System.Int32> childCount
    System.Boolean addAutomaticKeepAlives
    System.Boolean addRepaintBoundaries

    Fields

    addAutomaticKeepAlives

    Declaration
    public readonly bool addAutomaticKeepAlives
    Field Value
    Type Description
    System.Boolean

    addRepaintBoundaries

    Declaration
    public readonly bool addRepaintBoundaries
    Field Value
    Type Description
    System.Boolean

    builder

    Declaration
    public readonly IndexedWidgetBuilder builder
    Field Value
    Type Description
    IndexedWidgetBuilder

    childCount

    Declaration
    public readonly int? childCount
    Field Value
    Type Description
    System.Nullable<System.Int32>

    Properties

    estimatedChildCount

    Declaration
    public override int? estimatedChildCount { get; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    Overrides
    SliverChildDelegate.estimatedChildCount

    Methods

    build(BuildContext, Int32)

    Declaration
    public override Widget build(BuildContext context, int index)
    Parameters
    Type Name Description
    BuildContext context
    System.Int32 index
    Returns
    Type Description
    Widget
    Overrides
    SliverChildDelegate.build(BuildContext, Int32)

    shouldRebuild(SliverChildDelegate)

    Declaration
    public override bool shouldRebuild(SliverChildDelegate oldDelegate)
    Parameters
    Type Name Description
    SliverChildDelegate oldDelegate
    Returns
    Type Description
    System.Boolean
    Overrides
    SliverChildDelegate.shouldRebuild(SliverChildDelegate)
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023