box function

SizedBox box(
  1. num size
)

Implementation

SizedBox box(num size) => SizedBox(width: size.toDouble(), height: size.toDouble());