defaultSize constant

double const defaultSize

默认图标尺寸(逻辑像素),对应 Kotlin Modifier.size(24.dp)

Implementation

static const double defaultSize = 24;