Inheritance
System.Object
SliverPersistentHeaderDelegate
public abstract class SliverPersistentHeaderDelegate
Constructors
Declaration
public SliverPersistentHeaderDelegate()
Properties
Declaration
public abstract float? maxExtent { get; }
Property Value
| Type |
Description |
| System.Nullable<System.Single> |
|
Declaration
public abstract float? minExtent { get; }
Property Value
| Type |
Description |
| System.Nullable<System.Single> |
|
Declaration
public virtual FloatingHeaderSnapConfiguration snapConfiguration { get; }
Property Value
Methods
Declaration
public abstract Widget build(BuildContext context, float shrinkOffset, bool overlapsContent)
Parameters
| Type |
Name |
Description |
| BuildContext |
context |
|
| System.Single |
shrinkOffset |
|
| System.Boolean |
overlapsContent |
|
Returns
Declaration
public abstract bool shouldRebuild(SliverPersistentHeaderDelegate oldDelegate)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|