Class PersistentBottomSheetController<T>
Inheritance
PersistentBottomSheetController<T>
Inherited Members
Namespace: Unity.UIWidgets.material
Syntax
public class PersistentBottomSheetController<T> : ScaffoldFeatureController<_PersistentBottomSheet, T>
Type Parameters
Name | Description |
---|---|
T |
Constructors
PersistentBottomSheetController(_PersistentBottomSheet, Promise<T>, VoidCallback, StateSetter, Boolean)
Declaration
public PersistentBottomSheetController(_PersistentBottomSheet widget, Promise<T> completer, VoidCallback close, StateSetter setState, bool _isLocalHistoryEntry)
Parameters
Type | Name | Description |
---|---|---|
_PersistentBottomSheet | widget | |
Promise<T> | completer | |
VoidCallback | close | |
StateSetter | setState | |
Boolean | _isLocalHistoryEntry |
Fields
_isLocalHistoryEntry
Declaration
public readonly bool _isLocalHistoryEntry
Field Value
Type | Description |
---|---|
Boolean |