FDivider constructor

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

Creates a FDivider.

Implementation

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