UIBlockDefaultLoader constructor
const
UIBlockDefaultLoader({})
Implementation
const UIBlockDefaultLoader({
this.key,
this.backgroundColor = Colors.transparent,
this.valueColor = const AlwaysStoppedAnimation<Color>(Colors.blueAccent),
}) : super(key: key);