circular property
VxCard
get
circular
If the card is a circular border card.
Implementation
VxCard get circular => this.._shape = const CircleBorder();
If the card is a circular border card.
VxCard get circular => this.._shape = const CircleBorder();