smart method

void smart()

Implementation

void smart() {
  if (!_hasResize) {
    throw StateError('Resize must be called first');
  }
  _smart = true;
}