ComponentStyle

constructor(backgroundColor: Color? = null, textColor: Color? = null, borderColor: Color? = null, borderWidth: Float = 0.0f, borderRadius: Float = 0.0f, padding: EdgeInsets = EdgeInsets.zero, margin: EdgeInsets = EdgeInsets.zero, fontSize: Float = 14.0f, fontWeight: FontWeight = FontWeight.Normal, opacity: Float = 1.0f, shadow: Shadow? = null)