SunilDialog class

Constructors

SunilDialog({required BuildContext context, VoidCallback? onPositivePressed, VoidCallback? onNegativePressed, Icon? icon, String? title, String? description, String? positiveButtonName, String? negativeButtonName, Color? titleColor, Color? descriptionColor})

Properties

context BuildContext
getter/setter pair
description String?
getter/setter pair
descriptionColor Color?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon Icon?
getter/setter pair
negativeButtonColor Color?
getter/setter pair
negativeButtonName String?
getter/setter pair
onNegativePressed VoidCallback?
getter/setter pair
onPositivePressed VoidCallback?
getter/setter pair
positiveButtonColor Color?
getter/setter pair
positiveButtonName String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
getter/setter pair
titleColor Color?
getter/setter pair

Methods

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

Operators

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