FDivider constructor

const FDivider({
  1. FDividerStyle? style,
  2. Axis axis = Axis.horizontal,
  3. Key? key,
})

Creates a FDivider.

Implementation

const FDivider({this.style, this.axis = Axis.horizontal, super.key});