ContextAnko extension

on

Methods

log(String message, {String? tag, Object? error, StackTrace? stackTrace, Zone? zone}) → void
logError(String message, {String? tag, Object? error, StackTrace? stackTrace, Zone? zone}) → void
logOther(String message, {String? tag, required Level level, Object? error, StackTrace? stackTrace, Zone? zone}) → void
logWarning(String message, {String? tag, Object? error, StackTrace? stackTrace, Zone? zone}) → void
showErrorSnackBar(String text, {Duration duration = const Duration(milliseconds: 500), Color? backgroundColor, TextDirection? direction}) → void
showSnackBar(String text, {Duration duration = const Duration(milliseconds: 500), TextStyle? style, Color? backgroundColor, TextDirection? direction}) → void
? Show SnackBar from build context