getWidthOfChild method

double getWidthOfChild(
  1. dynamic context
)

Implementation

double getWidthOfChild(context) {
  return NextUtils.getMaxWidth(sizes, context: context);
}