toBox method

SizedBox toBox()

Implementation

SizedBox toBox() {
  return SizedBox(height: toDouble(), width: toDouble());
}