SizedBox.square constructor Null safety
Implementation
const SizedBox.square({super.key, super.child, double? dimension})
: width = dimension,
height = dimension;
const SizedBox.square({super.key, super.child, double? dimension})
: width = dimension,
height = dimension;