isPhoneByWidth function

bool isPhoneByWidth(
  1. dynamic context
)

Implementation

bool isPhoneByWidth(context) => ResponLayout.isPhone(context);