NeuContainer constructor
const
NeuContainer({
- Key? key,
- void onPressed()?,
- Widget? child,
- Color? color,
- Gradient? gradient,
- double radius = 20,
- bool inset = false,
- TapMode tapMode = TapMode.none,
- EdgeInsets padding = const EdgeInsets.all(8),
- BoxShape shape = BoxShape.rectangle,
- required Color boxShadowColor,
- bool? enabled,
- bool onStart = false,
Implementation
const NeuContainer(
{super.key,
this.onPressed,
this.child,
this.color,
this.gradient,
this.radius = 20,
this.inset = false,
this.tapMode = TapMode.none,
this.padding = const EdgeInsets.all(8),
this.shape = BoxShape.rectangle,
required this.boxShadowColor,
this.enabled,
this.onStart = false});