BlockedLoadableView constructor
Implementation
const BlockedLoadableView({
@required this.child,
@required this.isLoading,
this.indicatorColor = Colors.white,
}) : assert(child != null),
assert(isLoading != null);
const BlockedLoadableView({
@required this.child,
@required this.isLoading,
this.indicatorColor = Colors.white,
}) : assert(child != null),
assert(isLoading != null);