AppDivider constructor

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

Implementation

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