PaddedDivider.thin constructor

const PaddedDivider.thin({
  1. Key? key,
})

Implementation

const PaddedDivider.thin({super.key})
    : padding = const EdgeInsets.only(bottom: 4.0);