NeumorphicAccentRoundButton constructor
const
NeumorphicAccentRoundButton({
- ShapeBorder shape = const ContinuousRectangleBorder(),
- Duration animationDuration = Duration.zero,
- EdgeInsets padding = emptyPadding,
- EdgeInsets margin = emptyMargin,
- Widget? child,
- Size size = const Size(0, 0),
- Color color = const Color.fromARGB(0, 0, 0, 0),
- VoidCallback? onTap,
- AccentButtonCallback? accentChanged,
- bool toggle = false,
- Key? key,
Implementation
const NeumorphicAccentRoundButton(
{this.shape = const ContinuousRectangleBorder(),
this.animationDuration = Duration.zero,
this.padding = emptyPadding,
this.margin = emptyMargin,
this.child,
this.size = const Size(0, 0),
this.color = const Color.fromARGB(0, 0, 0, 0),
this.onTap,
this.accentChanged,
this.toggle = false,
Key? key})
: super(key: key);