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