GenericDialogStyle class

Constructors

GenericDialogStyle({DialogContainerStyle dialogContainerStyle = const DialogContainerStyle(), DialogHeaderStyle dialogHeaderStyle = const DialogHeaderStyle(), DialogFooterStyle dialogFooterStyle = const DialogFooterStyle()})
GenericDialogStyle initialization
const

Properties

dialogContainerStyle DialogContainerStyle
final
dialogFooterStyle DialogFooterStyle
final
dialogHeaderStyle DialogHeaderStyle
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({DialogContainerStyle? dialogContainerStyle, DialogHeaderStyle? dialogHeaderStyle, DialogFooterStyle? dialogFooterStyle}) GenericDialogStyle
Create copy of this tyle with changes
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