menu
basf_flutter_components package
documentation
widgets/animations/loading.dart
LoadingAnimation
LoadingAnimation.new const constructor
LoadingAnimation.new const constructor
dark_mode
light_mode
LoadingAnimation
constructor
const
LoadingAnimation
(
{
Key
?
key
,
String
?
showText
=
''
,
bool
?
dependency
=
true
,
})
Implementation
const LoadingAnimation({ Key? key, this.showText = '', this.dependency = true, }) : super(key: key);
basf_flutter_components package
documentation
widgets/animations/loading
LoadingAnimation
LoadingAnimation.new const constructor
LoadingAnimation class