CustomDialogStyle class
Constructors
- CustomDialogStyle.new({BoxConstraints constraints = const BoxConstraints(maxWidth: 280), EdgeInsetsGeometry contentPadding = const EdgeInsets.symmetric(horizontal: 24, vertical: 8)})
-
const
Properties
- constraints → BoxConstraints
-
final
- contentPadding → EdgeInsetsGeometry
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{BoxConstraints? constraints, EdgeInsetsGeometry? contentPadding}) → CustomDialogStyle -
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.
override
Static Methods
-
lerp(
CustomDialogStyle? a, CustomDialogStyle? b, double t) → CustomDialogStyle -
mergeOf(
BuildContext context, CustomDialogStyle? r) → CustomDialogStyle