VanLoading constructor
const
VanLoading({})
Implementation
const VanLoading({
Key? key,
this.color = VanColor.gray5,
this.type = LoadingType.circular,
this.size = 25,
this.text = '',
this.textSize = 14,
textColor,
this.vertical = false,
}) : textColor =
textColor ?? (color == VanColor.gray5 ? VanColor.gray6 : color),
super(key: key);