media property
MediaQueryData
get
media
Get the MediaQueryData from the current BuildContext.
Implementation
MediaQueryData get media => MediaQuery.of(this);
Get the MediaQueryData from the current BuildContext.
MediaQueryData get media => MediaQuery.of(this);