CustomBorder constructor
const
CustomBorder({
- Key? key,
- required Widget child,
- double? height,
- EdgeInsetsGeometry? margin,
Implementation
const CustomBorder({Key? key, required this.child, this.height, this.margin,}) : super(key: key);