VxZeroCard constructor

const VxZeroCard({
  1. Key? key,
  2. bool isCircularImage = true,
  3. bool isBottomLinesActive = true,
  4. bool isDark = false,
})

Implementation

const VxZeroCard(
    {super.key,
    this.isCircularImage = true,
    this.isBottomLinesActive = true,
    this.isDark = false});