LayoutInfo constructor

LayoutInfo(
  1. BuildContext context
)

Stores info about the layout based on Material Design breakpoints.

Implementation

LayoutInfo(BuildContext context) :
	windowType = getWindowType(context);