screenWidth function

double screenWidth(
  1. BuildContext context
)

Implementation

double screenWidth(BuildContext context){
  return NUIDisplayUtil.screenWidth(context);
}