child property
final
Current child widget to display.
If there was a previous child, then it will be elastically faded out, while the new one is faded in.
Implementation
final Widget? child;
Current child widget to display.
If there was a previous child, then it will be elastically faded out, while the new one is faded in.
final Widget? child;