VxDiscList constructor
const
VxDiscList(
- List<
String> _items, { - Key? key,
- EdgeInsetsGeometry? padding,
- Color color = Colors.black,
- double? fontSize = 14.0,
- bool? primary = false,
- bool shrinkWrap = true,
- ScrollPhysics? physics,
Implementation
const VxDiscList(
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);