NeumorphicExtendedActionContainer constructor
const
NeumorphicExtendedActionContainer({
- ShapeBorder shape = const ContinuousRectangleBorder(),
- Duration animationDuration = Duration.zero,
- EdgeInsets padding = const EdgeInsets.all(0),
- EdgeInsets margin = const EdgeInsets.all(0),
- Widget? child,
- required Size size,
- 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 NeumorphicExtendedActionContainer(
{this.shape = const ContinuousRectangleBorder(),
this.animationDuration = Duration.zero,
this.padding = const EdgeInsets.all(0),
this.margin = const EdgeInsets.all(0),
this.child,
required this.size,
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);