propertyPrefix property
Implementation
static final String propertyPrefix =
isFirefox ? 'moz' : (isIE ? 'ms' : (isOpera ? 'o' : 'webkit'));
static final String propertyPrefix =
isFirefox ? 'moz' : (isIE ? 'ms' : (isOpera ? 'o' : 'webkit'));