TextTileStyle.from constructor

TextTileStyle.from(
  1. TextTileStyle? other
)

Create a TextTileStyle from another style

Implementation

TextTileStyle.from(TextTileStyle? other)
    : spacing = other?.spacing,
      margin = other?.margin,
      align = other?.align;