FormeDialogConfiguration class

Constructors

FormeDialogConfiguration({bool barrierDismissible = true, Color? barrierColor = Colors.black54, String? barrierLabel, bool useSafeArea = true, bool useRootNavigator = true, Size sizeProvider(BuildContext context, MediaQueryData query)?, FormeMaterialConfiguration materialConfiguration = const FormeMaterialConfiguration(shape: RoundedRectangleBorder(borderRadius: BorderRadius.vertical(top: Radius.circular(10.0), bottom: Radius.circular(5.0)))), double? closeButtonSize, double? closeButtonRadius, IconData? closeButtonIcon, Color? closeButtonBackgroundColor, bool performSearchAfterOpen = true})
const

Properties

barrierColor Color?
final
barrierDismissible bool
final
barrierLabel String?
final
closeButtonBackgroundColor Color?
final
closeButtonIcon IconData?
final
closeButtonRadius double?
final
closeButtonSize double?
final
hashCode int
The hash code for this object.
no setterinherited
materialConfiguration FormeMaterialConfiguration
final
performSearchAfterOpen bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeProvider → (Size Function(BuildContext context, MediaQueryData query)?)
final
useRootNavigator bool
final
useSafeArea bool
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