hasSize function
Returns a SizeAssert with the given size infos.
Implementation
SizeAssert hasSize(double width, double height) =>
SizeAssert(width: width, height: height);
Returns a SizeAssert with the given size infos.
SizeAssert hasSize(double width, double height) =>
SizeAssert(width: width, height: height);