AppDivider constructor

const AppDivider({
  1. Key? key,
  2. EdgeInsetsGeometry? padding,
  3. Color? color,
})

Implementation

const AppDivider({Key? key, this.padding, this.color}) : super(key: key);