SafeAreaConfig.right constructor

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

Implementation

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