DiamondDialChild class

Constructors

DiamondDialChild({Key? key, String? label, List<BoxShadow>? labelShadow, TextStyle? labelStyle, Color? labelBackgroundColor, Widget? labelWidget, Widget? child, Color? foregroundColor, Color? backgroundColor, double? elevation, VoidCallback? onTap, ShapeBorder? shapeBorder})

Properties

backgroundColor Color?
final
child Widget?
final
elevation double?
final
foregroundColor Color?
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
final
label String?
final
labelBackgroundColor Color?
final
labelShadow List<BoxShadow>?
final
labelStyle TextStyle?
final
labelWidget Widget?
final
onTap VoidCallback?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shapeBorder ShapeBorder?
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