SizeReference constructor
SizeReference(
- BuildContext context
This class creates an abstraction of the MediaQuery class
creates simple access to the height
and width
params;
Implementation
SizeReference(this.context);