VxDecimalList constructor

const VxDecimalList(
  1. List<String> _items, {
  2. Key? key,
  3. EdgeInsetsGeometry? padding,
  4. Color color = Colors.black,
  5. double? fontSize = 14.0,
  6. bool? primary = false,
  7. bool shrinkWrap = true,
  8. ScrollPhysics? physics,
})

Implementation

const VxDecimalList(
  this._items, {
  Key? key,
  this.padding,
  this.color = Colors.black,
  this.fontSize = 14.0,
  this.primary = false,
  this.shrinkWrap = true,
  this.physics,
}) : super(key: key);