AppDivider.vertical constructor
const
AppDivider.vertical({
- Key? key,
- double? thickness,
- Color? color,
- double? height,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
Creates a vertical divider.
Implementation
const AppDivider.vertical({
super.key,
this.thickness,
this.color,
this.height,
this.padding,
this.margin,
}) : orientation = Axis.vertical,
text = null,
textStyle = null,
indent = null,
endIndent = null;