SelfExitClassButton constructor

const SelfExitClassButton({
  1. Key? key,
  2. Key? buttonKey,
  3. MouseCursor? mouseCursor,
  4. VisualDensity? visualDensity,
  5. FocusNode? focusNode,
  6. bool autofocus = false,
  7. Color? color,
  8. Color? focusColor,
  9. Color? hoverColor,
  10. Color? highlightColor,
  11. Color? splashColor,
  12. double? iconSize,
  13. EdgeInsetsGeometry? padding,
  14. AlignmentGeometry alignment = Alignment.center,
  15. double? splashRadius,
  16. MaterialTapTargetSize? materialTapTargetSize,
  17. bool enableFeedback = true,
  18. BoxConstraints? constraints,
  19. bool isSelected = false,
})

Implementation

const SelfExitClassButton({super.key, this.buttonKey, this.mouseCursor, this.visualDensity, this.focusNode, this.autofocus = false, this.color, this.focusColor, this.hoverColor, this.highlightColor, this.splashColor, this.iconSize, this.padding, this.alignment = Alignment.center, this.splashRadius, this.materialTapTargetSize, this.enableFeedback = true, this.constraints, this.isSelected = false});