BsInputSize constructor

const BsInputSize({
  1. EdgeInsets padding = EdgeInsets.zero,
  2. double fontSize = 14.0,
  3. double iconSize = 10.0,
  4. double marginTop = 0,
  5. double marginLeft = 0,
  6. double transitionLabelX = 0,
  7. double transitionLabelY = 0,
  8. double transisionFontSize = 2.0,
})

Construct BsInputSize

Implementation

const BsInputSize({
  this.padding = EdgeInsets.zero,
  this.fontSize = 14.0,
  this.iconSize = 10.0,
  this.marginTop = 0,
  this.marginLeft = 0,
  this.transitionLabelX = 0,
  this.transitionLabelY = 0,
  this.transisionFontSize = 2.0,
});