actualChild property

Widget get actualChild
inherited

Implementation

Widget get actualChild => isLoading ? actualLoadingChild : child;