section method

FlutstrapContainer section()

Implementation

FlutstrapContainer section() {
  return copyWith(
    padding: const EdgeInsets.all(sectionPadding),
    margin: const EdgeInsets.symmetric(vertical: 16.0),
  );
}