indent property
final
The amount of empty space to the leading edge of the PopupMenuDivider.
If this is null, then the DividerThemeData.indent is used. If that is also null, then this defaults to 0.0.
Implementation
final double? indent;
The amount of empty space to the leading edge of the PopupMenuDivider.
If this is null, then the DividerThemeData.indent is used. If that is also null, then this defaults to 0.0.
final double? indent;