confighbox static method

dynamic confighbox(
  1. double width
)

Implementation

static confighbox(double width) {
  return SizedBox(width: width);
}