menu
ly_flutter_utils package
documentation
ly_hub.dart
LYHub
showErrorBar static method
showErrorBar static method
dark_mode
light_mode
showErrorBar
static method
void
showErrorBar
(
BuildContext
ctx
, [
String
?
text
])
Implementation
static void showErrorBar(BuildContext ctx, [String? text]) { LYHub.showBar(ctx, text, Colors.red); }
ly_flutter_utils package
documentation
ly_hub
LYHub
showErrorBar static method
LYHub class