AtomicDivider constructor
const
AtomicDivider({
- Key? key,
- double thickness = 1,
- Color? color,
- double indent = 0,
- double endIndent = 0,
- EdgeInsets? margin,
- AtomicDividerOrientation orientation = AtomicDividerOrientation.horizontal,
- AtomicDividerVariant variant = AtomicDividerVariant.solid,
- String? text,
- TextStyle? textStyle,
Implementation
const AtomicDivider({
super.key,
this.thickness = 1,
this.color,
this.indent = 0,
this.endIndent = 0,
this.margin,
this.orientation = AtomicDividerOrientation.horizontal,
this.variant = AtomicDividerVariant.solid,
this.text,
this.textStyle,
});