VerticalDivider constructor Null safety
Implementation
const factory VerticalDivider(
{final Key? key,
final double? width,
final double? thickness,
final double? indent,
final double? endIndent,
final Color? color}) = _$VerticalDivider;