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