SliverScaffold class
Constructors
- SliverScaffold({dynamic key, required String header, dynamic body, List? delegates, List? actions, bool addBackIconButton = false, bool addActions = false, bool addDivider = false, void cancelActionOnPressed()?, void confirmActionOnPressed()?, String? cancelActionTitle = 'Cancel', String? confirmActionTitle = 'Save', String? closeButtonTooltip, String? backButtonTooltip, bool addCloseIconButton = true, dynamic confirmActionKey})
-
const
Properties
- actions → List?
-
final
- addActions → bool
-
final
- addBackIconButton → bool
-
final
- addCloseIconButton → bool
-
final
- addDivider → bool
-
final
- backButtonTooltip → String?
-
final
- body → dynamic
-
final
- cancelActionOnPressed → void Function()?
-
final
- cancelActionTitle → String?
-
final
- closeButtonTooltip → String?
-
final
- confirmActionKey → dynamic
-
final
- confirmActionOnPressed → void Function()?
-
final
- confirmActionTitle → String?
-
final
- delegates → List?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- header → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
dynamic context) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- closeKey → const dynamic