LoadingBorder constructor
const
LoadingBorder({})
Implementation
const LoadingBorder({
super.key,
required this.child,
this.padding = 16.0,
this.strokeWidth = 4.0,
this.borderRadius = 0.0,
this.animate = true,
this.isNetwork = false,
});