inset property

double inset
final

The indentation (in pixels) for title.

If the textDirection is TextDirection.ltr, then this will be a left indent. If the textDirection is TextDirection.rtl, then this will be a right indent.

Implementation

final double inset;