NsgCircle constructor
const
NsgCircle({})
Implementation
const NsgCircle(
{Key? key,
this.text = '',
this.color,
this.backColor,
this.borderColor,
this.shadow,
this.fontWeight = FontWeight.w400,
this.borderWidth = 1,
this.height = 28,
this.width = 28,
this.fontSize = 16,
this.margin = EdgeInsets.zero})
: super(key: key);