setWidth method

void setWidth(
  1. int w
)

Sets the width of the file picker (currently no-op as it's dynamic).

Implementation

void setWidth(int w) {
  // Width is currently handled during rendering based on content.
}