contentPadding property
final
Defines the insets surrounding the contents of the tile.
Insets the Radio, title, subtitle, and secondary widgets in RadioListTile.
When null, EdgeInsets.symmetric(horizontal: 16.0)
is used.
Implementation
final EdgeInsetsGeometry? contentPadding;