1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Flutter] How to remove default padding from ExpansionTile's header

Discussão em 'Mobile' iniciado por Stack, Outubro 15, 2024 às 19:22.

  1. Stack

    Stack Membro Participativo

    By default we have 16 horizontal paddings in ExpansionTile's header, because it is ListTile and it has

    /// If null, `EdgeInsets.symmetric(horizontal: 16.0)` is used.
    final EdgeInsetsGeometry contentPadding;


    So we have spaces on left and right [​IMG]

    How to remove them?

    Continue reading...

Compartilhe esta Página