RowDivider constructor Null safety

const RowDivider(
  1. {Key? key,
  2. double? space,
  3. Color? color}
)

Implementation

const RowDivider({Key? key, this.space, this.color}) : super(key: key);