effectiveStyle property

TextTileStyle effectiveStyle

Implementation

TextTileStyle get effectiveStyle {
  return TextTileStyle.from(style).copyWith(
    spacing: spacing,
    margin: margin,
    align: align,
  );
}