snackBar static method

ScaffoldFeatureController<Widget, dynamic> snackBar({
  1. required String title,
})

Implementation

static ScaffoldFeatureController snackBar({required String title}) =>
    Ail.context.snackBar(title: title);