onIconSize method

double? onIconSize()

the size of the Icon.

Implementation

double? onIconSize() => inIconSize == null ? null : inIconSize!();