BoxWidget constructor Null safety
- {Key? key,
- String? label,
- required Uri? image,
- String? info,
- Axis axis = Axis.vertical,
- Color? color,
- Color? borderColor,
- BoxShadow? borderShadow,
- BorderRadius? borderRadius = Dimens.border_radius_small,
- double? width,
- double? height,
- EdgeInsets padding = Dimens.padding_small,
- EdgeInsets margin = Dimens.margin_zero,
- VisibilityMode visibility = VisibilityMode.Enable,
- VoidCallback? onPress}