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