setWidth method
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.
}
Sets the width of the file picker (currently no-op as it's dynamic).
void setWidth(int w) {
// Width is currently handled during rendering based on content.
}