menu
gtech_flutter_ui package
documentation
widgets/toast/toast.dart
GTFToast
showLoading static method
showLoading static method
dark_mode
light_mode
showLoading
static method
dynamic
showLoading
(
{
String
?
text
,
})
Implementation
static showLoading({String? text}) { _instance._showLoading(text: text); }
gtech_flutter_ui package
documentation
widgets/toast/toast
GTFToast
showLoading static method
GTFToast class