StringStyleMethodProp constructor
Implementation
StringStyleMethodProp(String type, [String defaultValue = ""])
: super(((consumer, value) {
if (consumer is StyleNode) {
consumer.setPropString(type, value?.toString());
}
}), defaultValue);