NeoBorderContainer constructor
const
NeoBorderContainer({})
Implementation
const NeoBorderContainer({
Key? key,
required this.child,
this.height = 40,
this.width,
this.hasHardShadow = false,
}) : super(key: key);