CopyPastor

Detecting plagiarism made easy.

Score: 2; Reported for: String similarity, Exact paragraph match Open both answers

Possible Plagiarism

Reposted on 2024-11-17
by Ahmed Elsayed

Original Post

Original - Posted on 2024-11-17
by Ahmed Elsayed



            
Present in both answers; Present only in the new answer; Present only in the old answer;

You can now use `minTileHeight` & `minVerticalPadding`: ```dart Theme( data: Theme.of(context).copyWith( listTileTheme: Theme.of(context).listTileTheme.copyWith( minTileHeight: 0, minVerticalPadding: 0, ), ), child: ExpansionTile( ```

*Note:* This can also be configured using `ListTileTheme` after the following PR is merged: https://github.com/flutter/flutter/pull/159053
You can now use `minTileHeight` & `minVerticalPadding`: ```dart Theme( data: Theme.of(context).copyWith( listTileTheme: Theme.of(context).listTileTheme.copyWith( minTileHeight: 0, minVerticalPadding: 0, ), ), child: ExpansionTile( ```

*Note:* This can also be configured using `ListTileTheme` after the following PR is merged: https://github.com/flutter/flutter/pull/159053

        
Present in both answers; Present only in the new answer; Present only in the old answer;