effectiveStyle property

WxTileStyle get effectiveStyle

Implementation

WxTileStyle get effectiveStyle {
  return const WxTileStyle().merge(style).copyWith(
        direction: direction,
        margin: margin,
        spacing: spacing,
        adaptiveSpacing: adaptiveSpacing,
        align: align,
        justify: justify,
        inline: inline,
        childWrap: childWrap,
      );
}