WippyHeaderMultipleIconActions class abstract

Implemented types

Constructors

WippyHeaderMultipleIconActions.new({required String leftIconAsset, required String rightIconAsset, void onPressedLeftIcon()?, Color leftIconColor, void onPressedRightIcon()?, Color rightIconColor})
const
factory

Properties

copyWith → _$$WippyHeaderMultipleIconActionsImplCopyWith<_$WippyHeaderMultipleIconActionsImpl>
Create a copy of WippyHeaderActions with the given fields replaced by the non-null parameter values.
no setter
hashCode int
The hash code for this object.
no setterinherited
leftIconAsset String
no setter
leftIconColor Color
no setter
onPressedLeftIcon → void Function()?
no setter
onPressedRightIcon → void Function()?
no setter
rightIconAsset String
no setter
rightIconColor Color
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

map<TResult extends Object?>({required TResult multipleIconActions(WippyHeaderMultipleIconActions value), required TResult singleIconAction(WippyHeaderSingleIconActions value), required TResult singleTextAction(WippyHeaderSingleTextAction value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? multipleIconActions(WippyHeaderMultipleIconActions value)?, TResult? singleIconAction(WippyHeaderSingleIconActions value)?, TResult? singleTextAction(WippyHeaderSingleTextAction value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult multipleIconActions(WippyHeaderMultipleIconActions value)?, TResult singleIconAction(WippyHeaderSingleIconActions value)?, TResult singleTextAction(WippyHeaderSingleTextAction value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult multipleIconActions(String leftIconAsset, String rightIconAsset, void onPressedLeftIcon()?, Color leftIconColor, void onPressedRightIcon()?, Color rightIconColor)?, TResult singleIconAction(String iconAsset, void onPressedIcon()?, Color iconColor)?, TResult singleTextAction(String text, void onPressedText()?)?, required TResult orElse()}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>({required TResult multipleIconActions(String leftIconAsset, String rightIconAsset, void onPressedLeftIcon()?, Color leftIconColor, void onPressedRightIcon()?, Color rightIconColor), required TResult singleIconAction(String iconAsset, void onPressedIcon()?, Color iconColor), required TResult singleTextAction(String text, void onPressedText()?)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? multipleIconActions(String leftIconAsset, String rightIconAsset, void onPressedLeftIcon()?, Color leftIconColor, void onPressedRightIcon()?, Color rightIconColor)?, TResult? singleIconAction(String iconAsset, void onPressedIcon()?, Color iconColor)?, TResult? singleTextAction(String text, void onPressedText()?)?}) → TResult?
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited