NeumorphicActionContainer constructor
const
NeumorphicActionContainer({
- ShapeBorder shape = const ContinuousRectangleBorder(),
- Duration animationDuration = Duration.zero,
- double padding = 0,
- double margin = 0,
- Widget? child,
- Size size = const Size(0, 0),
- Color color = const Color.fromARGB(0, 0, 0, 0),
- Gradient? gradient,
- Color? accentColor,
- Alignment? accentAligment,
- double accentIntensity = 0,
- VoidCallback? onTap,
- bool toggle = false,
- Key? key,
Implementation
const NeumorphicActionContainer(
{this.shape = const ContinuousRectangleBorder(),
this.animationDuration = Duration.zero,
this.padding = 0,
this.margin = 0,
this.child,
this.size = const Size(0, 0),
this.color = const Color.fromARGB(0, 0, 0, 0),
this.gradient,
this.accentColor,
this.accentAligment,
this.accentIntensity = 0,
this.onTap,
this.toggle = false,
Key? key})
: super(key: key);