VxZeroCard constructor

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

Implementation

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