InfoAlertBoxCenter class

SimpleAlertBoxCenter InfoAlertBoxCenter title used for alert_box title by default its "Your alert title comes here" icon used for alert_box title Icon by default its Info icon messageText used from main message of alert box by default its "Alert Message Here" titleTextColor used for both title Text and Icon color by default its black messageColor used for main message text color by default its black buttonColor used for button background color by default its blue buttonTextColor used for button text color by default its white buttonText used for button text value by default its "Close"

Constructors

InfoAlertBoxCenter({BuildContext? context, String? title, String? infoMessage, Color? titleTextColor, Color? messageTextColor, Color? buttonColor, String? buttonText, Color? buttonTextColor, IconData? icon})

Properties

buttonColor Color?
final
buttonText String?
final
buttonTextColor Color?
final
context BuildContext?
final
hashCode int
The hash code for this object.
no setterinherited
icon IconData?
final
infoMessage String?
final
messageTextColor Color?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
final
titleTextColor Color?
final

Methods

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

Operators

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