JDialogConfig class
Constructors
- JDialogConfig({Color? backgroundColor, Color? shadowColor, Color? surfaceTintColor, double elevation = 6.0, ShapeBorder shape = const RoundedRectangleBorder(borderRadius: BorderRadius.all(Radius.circular(28.0))), Duration insetAnimationDuration = const Duration(milliseconds: 100), Curve insetAnimationCurve = Curves.decelerate})
-
const
Properties
- backgroundColor → Color?
-
final
- elevation → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- insetAnimationCurve → Curve
-
Defaults to Curves.decelerate.
final
- insetAnimationDuration → Duration
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shadowColor → Color?
-
final
- shape → ShapeBorder
-
final
- surfaceTintColor → Color?
-
final
Methods
-
createDialog(
BuildContext context, Widget child) → Widget -
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