BsSelectBoxSize constructor

const BsSelectBoxSize({
  1. double maxHeight = 300.0,
  2. double? fontSize = 14.0,
  3. double? optionFontSize = 14.0,
  4. double? searchInputFontSize = 14.0,
  5. double labelX = 15.0,
  6. double labelY = 0.0,
  7. double transitionLabelX = 8.0,
  8. double transitionLabelY = -40.0,
})

Implementation

const BsSelectBoxSize({
  this.maxHeight = 300.0,
  this.fontSize = 14.0,
  this.optionFontSize = 14.0,
  this.searchInputFontSize = 14.0,
  this.labelX = 15.0,
  this.labelY = 0.0,
  this.transitionLabelX = 8.0,
  this.transitionLabelY = -40.0,
});