heightWidth property

Widget heightWidth

Implementation

Widget get heightWidth =>
    SizedBox(height: this.toDouble(), width: this.toDouble());