SizedBoxModifier.fromSize constructor
Creates a box with the specified size.
Implementation
SizedBoxModifier.fromSize({super.key, super.child, super.modifierKey, Size? size})
: width = size?.width,
height = size?.height;
Creates a box with the specified size.
SizedBoxModifier.fromSize({super.key, super.child, super.modifierKey, Size? size})
: width = size?.width,
height = size?.height;