marginColor property

Color? marginColor
final

Specifies the color of margin between items in suggestions list.

When not specified, the default value is Theme.of(context).colorScheme.onSurface.withOpacity(0.1).

Implementation

final Color? marginColor;