widgets/alert/alert library

Classes

SFAlert

Functions

alert(BuildContext context, {double? top, double? left, double? right, double? height, double? heightSpacing = 4, SFAlertStatus status = SFAlertStatus.primary, required String title, Widget? titleLeading, Widget? closeWidget, TextStyle? titleTextStyle, required String content, EdgeInsets? padding, TextStyle? contentTextStyle, Color? backgroundColor, Color? borderColor, BorderRadius? borderRadius}) → void