Add runtime text shadow support
This commit is contained in:
@@ -161,6 +161,10 @@ class RuntimeProtocolField {
|
||||
static const color = 'color';
|
||||
static const fontSize = 'fontSize';
|
||||
static const textAlign = 'textAlign';
|
||||
static const textShadowColor = 'textShadowColor';
|
||||
static const textShadowOffsetX = 'textShadowOffsetX';
|
||||
static const textShadowOffsetY = 'textShadowOffsetY';
|
||||
static const textShadowBlur = 'textShadowBlur';
|
||||
static const radius = 'radius';
|
||||
static const strokeWidth = 'strokeWidth';
|
||||
static const value = 'value';
|
||||
@@ -244,6 +248,10 @@ class RuntimeProtocolSchema {
|
||||
RuntimeProtocolField.color,
|
||||
RuntimeProtocolField.fontSize,
|
||||
RuntimeProtocolField.textAlign,
|
||||
RuntimeProtocolField.textShadowColor,
|
||||
RuntimeProtocolField.textShadowOffsetX,
|
||||
RuntimeProtocolField.textShadowOffsetY,
|
||||
RuntimeProtocolField.textShadowBlur,
|
||||
RuntimeProtocolField.radius,
|
||||
RuntimeProtocolField.strokeWidth,
|
||||
RuntimeProtocolField.value,
|
||||
@@ -309,6 +317,10 @@ class RuntimeProtocolSchema {
|
||||
RuntimeProtocolField.color,
|
||||
RuntimeProtocolField.fontSize,
|
||||
RuntimeProtocolField.textAlign,
|
||||
RuntimeProtocolField.textShadowColor,
|
||||
RuntimeProtocolField.textShadowOffsetX,
|
||||
RuntimeProtocolField.textShadowOffsetY,
|
||||
RuntimeProtocolField.textShadowBlur,
|
||||
RuntimeProtocolField.radius,
|
||||
RuntimeProtocolField.strokeWidth,
|
||||
RuntimeProtocolField.value,
|
||||
|
||||
Reference in New Issue
Block a user