XMenuInkStyle constructor

const XMenuInkStyle({
  1. Color? focusColor,
  2. Color? hoverColor,
  3. Color? highlightColor,
  4. WidgetStateProperty<Color?>? overlayColor,
  5. Color? splashColor,
  6. InteractiveInkFeatureFactory? splashFactory,
  7. double? radius,
  8. BorderRadius? borderRadius,
  9. ShapeBorder? customBorder,
  10. bool? enableFeedback,
  11. FocusNode? focusNode,
  12. bool canRequestFocus = true,
  13. void onFocusChange(
    1. bool
    )?,
  14. bool? autofocus,
  15. WidgetStatesController? statesController,
  16. XMenuInkType inkType = XMenuInkType.tap,
})

Implementation

const XMenuInkStyle(
    {this.focusColor,
    this.hoverColor,
    this.highlightColor,
    this.overlayColor,
    this.splashColor,
    this.splashFactory,
    this.radius,
    this.borderRadius,
    this.customBorder,
    this.enableFeedback,
    this.focusNode,
    this.canRequestFocus = true,
    this.onFocusChange,
    this.autofocus,
    this.statesController,
    this.inkType = XMenuInkType.tap});