VerticalDivider constructor Null safety

const VerticalDivider(
  1. {Key? key,
  2. double? width,
  3. double? thickness,
  4. double? indent,
  5. double? endIndent,
  6. Color? color}
)

Implementation

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