SelfExitClassButton constructor
const
SelfExitClassButton({
- Key? key,
- Key? buttonKey,
- MouseCursor? mouseCursor,
- VisualDensity? visualDensity,
- FocusNode? focusNode,
- bool autofocus = false,
- Color? color,
- Color? focusColor,
- Color? hoverColor,
- Color? highlightColor,
- Color? splashColor,
- double? iconSize,
- EdgeInsetsGeometry? padding,
- AlignmentGeometry alignment = Alignment.center,
- double? splashRadius,
- MaterialTapTargetSize? materialTapTargetSize,
- bool enableFeedback = true,
- BoxConstraints? constraints,
- 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});