VxZeroList constructor

const VxZeroList({
  1. Key? key,
  2. bool isCircularImage = true,
  3. int length = 10,
  4. bool isBottomLinesActive = true,
  5. bool isDark = false,
})

Implementation

const VxZeroList(
    {Key? key,
    this.isCircularImage = true,
    this.length = 10,
    this.isBottomLinesActive = true,
    this.isDark = false})
    : super(key: key);