VgkAlertWidget class

Constructors

VgkAlertWidget({required BuildContext context, AlertType? type, VgkAlertStyle style = const VgkAlertStyle(), Image? image, required String title, String? desc, Widget? content, List<VgkDialogButton>? buttons, Function? closeFunction})

Properties

buttons List<VgkDialogButton>?
final
closeFunction Function?
final
content Widget?
final
context BuildContext
final
desc String?
final
hashCode int
The hash code for this object.
no setterinherited
image Image?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style VgkAlertStyle
final
title String
final
type AlertType?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show(dynamic primaryColor) Future<Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited