SafeAreaConfig.bottom constructor

const SafeAreaConfig.bottom({
  1. bool inner = true,
})

Implementation

const SafeAreaConfig.bottom({this.inner = true})
    : top = false,
      bottom = true,
      left = false,
      right = false;