actualChild property

Widget actualChild
inherited

Implementation

Widget get actualChild => isLoading ? actualLoadingChild : child;