numField property

NumField numField
getter/setter pair

Implementation

NumField numField = NumField()
  ..width = '35px'
  ..height = '19px'
  ..textAlign = 'center'
  ..nodeRoot.style.marginLeft = '5px'
  ..nodeRoot.style.marginRight = '5px';