FDivider constructor
const
FDivider({
- FDividerStyle? style,
- Axis axis = Axis.horizontal,
- Key? key,
Creates a FDivider.
Implementation
const FDivider({this.style, this.axis = Axis.horizontal, super.key});