effectiveStyle property

ListTileStyle effectiveStyle

Implementation

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