EasyDialog class

Constructors

EasyDialog({Key? key, ImageProvider<Object>? topImage, Text? title, Text? description, bool closeButton = true, double height = 140, double width = 300, double cornerRadius = 8.0, double fogOpacity = 0.37, Color cardColor = const Color.fromRGBO(240, 240, 240, 1.0), List<Widget>? contentList, EdgeInsets? contentPadding = const EdgeInsets.fromLTRB(17.5, 12.0, 17.5, 13.0), EdgeInsets descriptionPadding = const EdgeInsets.all(0.0), EdgeInsets? titlePadding = const EdgeInsets.only(bottom: 12.0), CrossAxisAlignment contentListAlignment = CrossAxisAlignment.center})

Properties

cardColor Color
final
closeButton bool
final
contentList List<Widget>?
getter/setter pair
contentListAlignment CrossAxisAlignment
getter/setter pair
contentPadding EdgeInsets?
getter/setter pair
cornerRadius double
final
description Text?
final
descriptionPadding EdgeInsets
getter/setter pair
fogOpacity double
final
hashCode int
The hash code for this object.
no setterinherited
height double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title Text?
final
titlePadding EdgeInsets?
getter/setter pair
topImage ImageProvider<Object>?
final
width double
final

Methods

insertByIndex(EdgeInsets? padding, Widget? child, int index) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show(BuildContext context) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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