getEmptySpace method Null safety

dynamic getEmptySpace()

Implementation

Widget getEmptySpace() => SizedBox(
      width: width ?? height,
      height: height ?? width,
    );