AppDivider constructor
const
AppDivider({
- Key? key,
- EdgeInsetsGeometry? padding,
- Color? color,
Implementation
const AppDivider({Key? key, this.padding, this.color}) : super(key: key);