Hr constructor

Hr({
  1. String? className,
})

Horizontal rule component.

Implementation

Hr({
  super.className,
}) : super(tag: 'hr');