ZdsListTileTheme class

Theme for a ZdsListTile using Zds style.

See ZdsListTile.

Constructors

ZdsListTileTheme({required double iconSize, required EdgeInsets contentPadding, required double tileMargin, required double labelAdditionalMargin})
Constructs a ZdsListTileTheme
const

Properties

contentPadding EdgeInsets
Interior padding on the tile.
final
hashCode int
The hash code for this object.
no setterinherited
iconSize double
Size of any icons used in the leading or trailing widget.
final
labelAdditionalMargin double
Additional margin to be added to the tile after the leading widget but before the rest of the content.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tileMargin double
Exterior margin of the tile.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited