PaddedDivider constructor
const
PaddedDivider({
- Key? key,
- EdgeInsets padding = const EdgeInsets.only(bottom: 10.0),
Implementation
const PaddedDivider({
super.key,
this.padding = const EdgeInsets.only(bottom: 10.0),
});