ConfigCopyWith<$R, $In extends Config, $Out> class abstract

Implementers
Available extensions

Constructors

ConfigCopyWith()

Properties

$asImageSlide ImageSlideCopyWith<$R, ImageSlide, $Out>

Available on ObjectCopyWith<$R, ImageSlide, $Out>, provided by the ImageSlideValueCopy extension

no setter
$asInvalidSlide InvalidSlideCopyWith<$R, InvalidSlide, $Out>

Available on ObjectCopyWith<$R, InvalidSlide, $Out>, provided by the InvalidSlideValueCopy extension

no setter
$asSDConfig SDConfigCopyWith<$R, SDConfig, $Out>

Available on ObjectCopyWith<$R, SDConfig, $Out>, provided by the SDConfigValueCopy extension

no setter
$asSimpleSlide SimpleSlideCopyWith<$R, SimpleSlide, $Out>

Available on ObjectCopyWith<$R, SimpleSlide, $Out>, provided by the SimpleSlideValueCopy extension

no setter
$asTwoColumnHeaderSlide TwoColumnHeaderSlideCopyWith<$R, TwoColumnHeaderSlide, $Out>

Available on ObjectCopyWith<$R, TwoColumnHeaderSlide, $Out>, provided by the TwoColumnHeaderSlideValueCopy extension

no setter
$asTwoColumnSlide TwoColumnSlideCopyWith<$R, TwoColumnSlide, $Out>

Available on ObjectCopyWith<$R, TwoColumnSlide, $Out>, provided by the TwoColumnSlideValueCopy extension

no setter
$asWidgetSlide WidgetSlideCopyWith<$R, WidgetSlide, $Out>

Available on ObjectCopyWith<$R, WidgetSlide, $Out>, provided by the WidgetSlideValueCopy extension

no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transition TransitionOptionsCopyWith<$R, TransitionOptions, TransitionOptions>?
no setter

Methods

$chain<$R2, $Out2>(Then<$Out2, $R2> t) ConfigCopyWith<$R2, $In, $Out2>
$delta(Map<String, dynamic> delta) → $R
inherited
$merge($In value) → $R
inherited
$update($Out transform($In)) → $R
inherited
call({String? background, String? style, TransitionOptions? transition}) → $R
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