LoadingStyle.none constructor
const
LoadingStyle.none()
Construct a LoadingStyle.none widget. This will not display any loading widget.
Implementation
const LoadingStyle.none()
: type = LoadingStyleType.none,
skeletonizerEffect = null,
child = null;