getOffsetWidth method
Implementation
double getOffsetWidth(context) {
return NextUtils.getMaxWidth(offset, context: context, isOffset: true);
}
double getOffsetWidth(context) {
return NextUtils.getMaxWidth(offset, context: context, isOffset: true);
}