effectiveStyle property

WxTextTileStyle get effectiveStyle

Implementation

WxTextTileStyle get effectiveStyle {
  return WxTextTileStyle.from(style).copyWith(
    spacing: spacing,
    margin: margin,
    align: align,
    color: color,
    overflow: overflow,
    softWrap: softWrap,
    widthBasis: widthBasis,
    titleStyle: titleStyle,
    titleColor: titleColor,
    titleWeight: titleWeight,
    titleSize: titleSize,
    titleMaxLines: titleMaxLines,
    subtitleStyle: subtitleStyle,
    subtitleColor: subtitleColor,
    subtitleWeight: subtitleWeight,
    subtitleSize: subtitleSize,
    subtitleMaxLines: subtitleMaxLines,
  );
}