marginColor property
Specifies the color of margin between items in suggestions list.
When not specified, the default value is Theme.of(context).colorScheme.onSurface.withValues(alpha: 0.1)
.
Implementation
final Color? marginColor;
Specifies the color of margin between items in suggestions list.
When not specified, the default value is Theme.of(context).colorScheme.onSurface.withValues(alpha: 0.1)
.
final Color? marginColor;