NeoPanel constructor
const
NeoPanel({})
Implementation
const NeoPanel({
super.key,
required this.child,
this.color,
this.shadowColor,
this.padding = const EdgeInsets.all(24),
this.radius = NeoTokens.radiusLarge,
this.offset = NeoTokens.shadowOffset,
this.width,
});