expendedBorderColor property
The color to display border box when expanded.
If this property is null then ThemeData.dividerColor is used. If that is also null then Colors.transparent is used.
See also:
- ThemeData.of, which returns the nearest ThemeData.
Implementation
final Color? expendedBorderColor;