UiBorderBox constructor
const
UiBorderBox({
- Key? key,
- required Color color,
- double dashWidth = 8.0,
- double dashSpace = 8.0,
- double borderRadius = 12.0,
- String? text,
- BorderShape shape = BorderShape.rectangle,
- BorderStyleType borderStyle = BorderStyleType.solid,
- Gradient? gradient,
- required Widget child,
Implementation
const UiBorderBox({
super.key,
required this.color,
this.dashWidth = 8.0,
this.dashSpace = 8.0,
this.borderRadius = 12.0,
this.text,
this.shape = BorderShape.rectangle,
this.borderStyle = BorderStyleType.solid,
this.gradient,
required this.child,
});