FlutlyProfileImageApperiances constructor
FlutlyProfileImageApperiances({})
Implementation
FlutlyProfileImageApperiances({
this.borderColor,
this.borderRadius,
this.borderWeight,
this.shape,
}) {
borderColor ??= Flutly.getFlutlyTheme().getColor("secondaryBackgroundColor");
borderWeight ??= 2;
shape ??= BoxShape.circle;
}