currentConfig method

int currentConfig(
  1. BuildContext context
)

Implementation

int currentConfig(BuildContext context) {
  return _config[_currentSize(context).index];
}