SafeAreaConfig.left constructor

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

Implementation

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