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