iconSize property

double get iconSize

Implementation

double get iconSize {
  return switch (size) {
    DraftModeUIButtonSize.large => theme.iconSizeLarge,
    DraftModeUIButtonSize.medium => theme.iconSizeMedium,
    DraftModeUIButtonSize.small => theme.iconSizeSmall,
  };
}