sizePercent method

PresentationConfig sizePercent(
  1. double percent
)

Implementation

PresentationConfig sizePercent(double percent) {
  _sizePercent = percent;
  return this;
}