builders/cross_fade library

Functions

crossFade({Key? key, required dynamic first, AlignmentGeometry? alignment, required dynamic second, bool showFirst = true, Duration? duration}) Widget
defaultLayoutBuilder(Widget topChild, Key topChildKey, Widget bottomChild, Key bottomChildKey) Widget
toggle(dynamic first, {Key? key, AlignmentGeometry? alignment, bool isSliver = false, bool isShown = true}) Widget
toggleStream(Widget first, {Key? key, AlignmentGeometry? alignment, required ValueStream<bool> isShown}) Widget