fromInt method
Implementation
Color fromInt(dynamic strColor) {
myLogAll('fromInt');
int intColor = getInt(strColor);
//print('=== intColor is $intColor');
return Color(intColor);
}
Color fromInt(dynamic strColor) {
myLogAll('fromInt');
int intColor = getInt(strColor);
//print('=== intColor is $intColor');
return Color(intColor);
}