isExpanded function

bool isExpanded(
  1. BuildContext context
)

Is device expanded?

Implementation

bool isExpanded(BuildContext context) => deviceWidth(context) > Styles.expanded;