SizeReference constructor

SizeReference(
  1. BuildContext context
)

This class creates an abstraction of the MediaQuery class creates simple access to the height and width params;

Implementation

SizeReference(this.context);