showSuccessBar static method

void showSuccessBar(
  1. BuildContext ctx, [
  2. String? text
])

Implementation

static void showSuccessBar(BuildContext ctx, [String? text]) {
  LYHub.showBar(ctx, text, Colors.green);
}