getBottomNavIconSize static method
Implementation
static double getBottomNavIconSize(BuildContext context) {
return getAdaptiveIconSize(context, normalSize: 24.0, largeSize: 36.0);
}
static double getBottomNavIconSize(BuildContext context) {
return getAdaptiveIconSize(context, normalSize: 24.0, largeSize: 36.0);
}