ScaleControlStyle$cast function
Implementation
ScaleControlStyle? ScaleControlStyle$cast(value) {
if (value == ScaleControlStyle.DEFAULT) return ScaleControlStyle.DEFAULT;
return null;
}
ScaleControlStyle? ScaleControlStyle$cast(value) {
if (value == ScaleControlStyle.DEFAULT) return ScaleControlStyle.DEFAULT;
return null;
}