effectiveStyle property

TileStyle effectiveStyle

Implementation

TileStyle get effectiveStyle {
  return TileStyle.from(style).copyWith(
    direction: direction,
    margin: margin,
    spacing: spacing,
    spacingEnforced: spacingEnforced,
    crossAxisAlignment: crossAxisAlignment,
    mainAxisAlignment: mainAxisAlignment,
    mainAxisExpanded: mainAxisExpanded,
    childExpanded: childExpanded,
  );
}