This commit is contained in:
2025-03-04 18:49:40 +02:00
parent 4c85540558
commit d3b6bc5b38
3 changed files with 10 additions and 10 deletions

View File

@@ -61,7 +61,7 @@ class AstromicWidgets {
/// Used when the height is Master and want to set fixed height OR if width is Master and want to constraint the height
fixedHeight: fixedHeight,
isCircular: isCircular,
isCircular: isCircular ?? false,
borderWidth: borderWidth,
borderColor: borderColor,
borderPadding: borderPadding,