whileLoading property

(Widget Function()?) whileLoading
inherited

while loading builder

Implementation

Widget Function()? get whileLoading => $get(#whileLoading);
void whileLoading=(Widget callback()?)
inherited

Implementation

set whileLoading(Widget Function()? callback) => $set(#whileLoading, callback);