DiamondDialChild constructor

DiamondDialChild({
  1. Key? key,
  2. String? label,
  3. List<BoxShadow>? labelShadow,
  4. TextStyle? labelStyle,
  5. Color? labelBackgroundColor,
  6. Widget? labelWidget,
  7. Widget? child,
  8. Color? foregroundColor,
  9. Color? backgroundColor,
  10. double? elevation,
  11. VoidCallback? onTap,
  12. ShapeBorder? shapeBorder,
})

Implementation

DiamondDialChild({
    this.key,
    this.label,
    this.labelShadow,
    this.labelStyle,
    this.labelBackgroundColor,
    this.labelWidget,
    this.child,
    this.foregroundColor,
    this.backgroundColor,
    this.elevation,
    this.onTap,
    this.shapeBorder});