minContentSize property

double minContentSize

Implementation

double get minContentSize => js_util.getProperty(this, 'minContentSize');
void minContentSize=(double newValue)

Implementation

set minContentSize(double newValue) {
  js_util.setProperty(this, 'minContentSize', newValue);
}