squareBox method

SizedBox squareBox([
  1. double? dimension
])

Implementation

SizedBox squareBox([double? dimension]) =>
    SizedBox.square( dimension: dimension, child: this);