Alert style constructor function
The animationType parameter is used for transitions. Default: "fromBottom"
The animationDuration parameter is used to set the animation transition time. Default: "200 ms"
The alertBorder parameter sets border.
The isButtonVisible paramater is used to decide hide or display buttons
The isCloseButton parameter sets visibility of the close button. Default: "true"
The isOverlayTapDismiss parameter sets closing the alert by clicking outside. Default: "true"
The backgroundColor parameter sets the background color.
The overlayColor parameter sets the background color of the outside. Default: "Color(0xDD000000)"
The titleStyle parameter sets alert title text style.
The titleTextAlign parameter sets alignment of the title.
The descStyle parameter sets alert desc text style.
The descTextAlign parameter sets alignment of the desc.
The buttonAreaPadding parameter sets button area padding.
The constraints parameter sets Alert size.
The buttonsDirection parameter sets button box as Row or Col.
The alertElevation parameter sets elevation of alert dialog box.
The alertPadding parameter sets alert area padding.