layoutSize property

double layoutSize

layout size are relative to icon size and margin

Implementation

double get layoutSize {
  return activeIconMargin * 4 + activeIconSize;
}